@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400, 500, 700");
.program-header .row-cont:after, .full-width .tile-inner:after, .program-tile:after, .program-tile-grid:after, .excerpt:after, .post-head .title-block:after, .share-post-cont:after, .merch-grid .image-cont:after, .box-office-info .wrap:after, .flex-content-row .inner:after, .gen-wrapper:after, .ctas .cta:after, .category-cloud:after, #masthead.sticky:after, ul.menu > li.ah-mega-menu .submenu.first-sub:after, .bc-menu:after, .nav-links:after, .dropdown.menu .submenu:after, .top-bar:after {
  content: "";
  display: table;
  clear: both;
}

.has-bg {
  background: #767676 no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  display: none !important;
}
@media print, screen and (min-width: 64em) {
  #wpadminbar {
    display: block !important;
    position: fixed !important;
  }
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.page {
  background: #202020;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

body {
  text-transform: uppercase;
}
body p {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
  letter-spacing: 1px;
}
body select {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  color: #ffffff;
  padding: 4px 30px 4px 10px;
  height: 3.125rem;
  border: 4px solid #D91F27;
  border-radius: 6px;
  background-color: #202020;
  background-position: 50% right;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
}
body select:focus {
  outline: none;
  border: 4px solid #ffffff;
  background-color: #202020;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

#pre-header .newsletter a.email-button {
  float: right;
}

.newsletter a.email-button, .ham-menu-cont a.email-button {
  font-weight: 700;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}
.newsletter a.email-button span, .ham-menu-cont a.email-button span {
  background-image: url("../images/email-icon.svg");
  background-position: right 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.a-half .content-block, .a-fourth .content-block, .program-tile .tile-link, .program-tile .corner-flag, .program-tile-grid, .sponsor-grid .secondary-sponsor-tile .inner, .sponsor-grid .sponsor-tile .inner, .tile-w-head .tile-head.has-bg, .scrolling-tabs .tab-nav-cont .tabs .tabs-title > a, .vert-center, .testimonials, .sponsors .sponsors-flex-grid, header#masthead .title-bar .inner, .ham-menu-cont .container .title-row .columns > .inner, .top-right .inner, .top-left .inner {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

/*
    Flex direction
 */
.a-half .content-block, .a-fourth .content-block {
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*
    Flex wrap
 */
.a-half .content-block, .a-fourth .content-block {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.program-tile-grid, .sponsors .sponsors-flex-grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
header#masthead .title-bar .inner, .ham-menu-cont .container .title-row .columns > .inner {
  -webkit-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.program-tile .tile-link, .program-tile .corner-flag, .sponsor-grid .sponsor-tile .inner, .tile-w-head .tile-head.has-bg, .scrolling-tabs .tab-nav-cont .tabs .tabs-title > a, .vert-center, .testimonials, .top-right .inner, .top-left .inner {
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

/*
    Align items
 */
.program-tile .tile-link, .program-tile .corner-flag, .sponsor-grid .sponsor-tile .inner, .tile-w-head .tile-head.has-bg, .scrolling-tabs .tab-nav-cont .tabs .tabs-title > a, .testimonials, header#masthead .title-bar .inner, .ham-menu-cont .container .title-row .columns > .inner, .top-right .inner, .top-left .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.sponsor-grid .secondary-sponsor-tile .inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

/*
    Align self
 */
.vert-center > * {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}

/*
    Align content
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=45em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #202020;
  font-family: "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 45em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 45em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
.xlarge-push-0,
.xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered,
.xxlarge-push-0,
.xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 45em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 2.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.625rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 45em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #D91F27;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #bb1b22;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #000;
  color: #ffffff;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #bcbcbc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #bcbcbc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 45em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #bcbcbc;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #bcbcbc;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #202020;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #bcbcbc;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #D91F27;
  color: #ffffff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #ae191f;
  color: #ffffff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #D91F27;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #ae191f;
  color: #ffffff;
}
.button.secondary {
  background-color: #767676;
  color: #000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000;
}
.button.success {
  background-color: #3adb76;
  color: #000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000;
}
.button.warning {
  background-color: #ffae00;
  color: #000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000;
}
.button.alert {
  background-color: #cc4b37;
  color: #000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000;
}
.button.hollow {
  border: 1px solid #D91F27;
  color: #D91F27;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #6d1014;
  color: #6d1014;
}
.button.hollow.primary {
  border: 1px solid #D91F27;
  color: #D91F27;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #6d1014;
  color: #6d1014;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #D91F27;
  color: #ffffff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #D91F27;
  color: #ffffff;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #000;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #000;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #000;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #000;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #D91F27;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #D91F27;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #bcbcbc;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #D91F27;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #bcbcbc;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #bcbcbc;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #bcbcbc;
  border-bottom: 0;
  background-color: #ffffff;
  color: #ffffff;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #bcbcbc;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #D91F27 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #D91F27;
  color: #ffffff;
}
.badge.primary {
  background: #D91F27;
  color: #ffffff;
}
.badge.secondary {
  background: #767676;
  color: #000;
}
.badge.success {
  background: #3adb76;
  color: #000;
}
.badge.warning {
  background: #ffae00;
  color: #000;
}
.badge.alert {
  background: #cc4b37;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 1rem;
  color: white;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #D91F27;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #D91F27;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #ae191f;
  color: #ffffff;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #000;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 45em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 44.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #202020;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #faddde;
  color: #202020;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #202020;
}
.callout.success {
  background-color: #e1faea;
  color: #202020;
}
.callout.warning {
  background-color: #fff3d9;
  color: #202020;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #202020;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #ffffff;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #bcbcbc;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 45em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xxlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.xxlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xxlarge-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #D91F27;
  color: #ffffff;
}
.menu.menu-bordered li {
  border: 1px solid #bcbcbc;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #bcbcbc;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
          box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
          box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #D91F27;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #D91F27 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #202020;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #D91F27 transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #D91F27 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #D91F27;
}
@media print, screen and (min-width: 45em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #D91F27 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #D91F27 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #D91F27;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #D91F27 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #D91F27 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #D91F27;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #D91F27 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #D91F27 transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #D91F27;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #D91F27 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #D91F27 transparent transparent;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #D91F27;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #D91F27 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #D91F27;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #D91F27;
  color: #ffffff;
}
.label.primary {
  background: #D91F27;
  color: #ffffff;
}
.label.secondary {
  background: #767676;
  color: #000;
}
.label.success {
  background: #3adb76;
  color: #000;
}
.label.warning {
  background: #ffae00;
  color: #000;
}
.label.alert {
  background: #cc4b37;
  color: #000;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 44.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #2c3840;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #2c3840;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 45em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 45em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #bcbcbc;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #D91F27;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #D91F27;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #D91F27;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #bcbcbc;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #D91F27;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #b81a21;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: none;
  border-radius: 0;
  background-color: #202020;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 45em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 45em) {
  .reveal {
    width: 600px;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 45em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 45em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 45em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem;
  }
}
@media print, screen and (min-width: 45em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 44.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #D91F27;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}

thead {
  background: #f9f9f9;
  color: #ffffff;
}

tfoot {
  background: #f2f2f2;
  color: #ffffff;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid none;
  background: #EBEBEB;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #D91F27;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #ce1d25;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: #dbdbdb;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #bcbcbc;
  color: #000;
}

.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: #EBEBEB;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1.5rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(217, 31, 39, 0.5);
          box-shadow: 0 0 6px 1px rgba(217, 31, 39, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #2c3840;
  color: #ffffff;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  top: 50%;
  bottom: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-bar {
  padding: 0;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #2c3840;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 45em) {
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 44.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 45em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 45em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 44.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 44.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
@media screen and (max-width: 63.9375em) {
  .desktop-menu, #site-navigation {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .title-bar {
    display: none !important;
  }
}

@media screen and (max-width: 44.9375em) {
  .title-bar a.menu-btn img {
    width: 40px;
  }
}

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9;
  display: block;
}
@media screen and (max-width: 44.9375em) {
  .title-bar-title a img {
    height: 2rem;
  }
}

.top-right, .top-left {
  min-height: 3.375rem;
}
.top-right .inner, .top-left .inner {
  height: 100%;
}

.top-right {
  float: right;
}
.top-right > * {
  display: inline-block;
}
.top-right .menu-btn {
  margin-left: 1.5rem;
}

.top-bar .menu .home a {
  font-size: 1rem;
  color: #B9B9B9;
}
.top-bar .menu a {
  color: #e6e6e6;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-bar .menu a:hover:not(.button) {
  background-color: #42525D;
}
.top-bar .menu > li:not(.menu-text) > a {
  padding: 1rem;
}
.dropdown.menu .submenu {
  background-color: #000;
  color: white;
  border: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.3);
}
.dropdown.menu .submenu > a {
  font-weight: normal;
}
.dropdown.menu .submenu a {
  color: white;
  text-align: left;
  height: auto;
  padding: 0.25rem 0.25rem 0.25rem 0.9rem;
  font-size: 0.8rem;
  font-weight: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dropdown.menu .submenu a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.dropdown.menu .submenu a:after {
  left: 0;
  width: 0.25rem;
  height: 100%;
  margin: 0;
  bottom: 0;
  right: initial;
}

.dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem;
}

.dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0;
}

.dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

.menu > li:not(.menu-text) > a {
  padding: 1rem;
}

.dropdown.menu .submenu {
  border: 0;
}

.dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem;
}

.dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0;
}

.dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

.menu .active > a, .dropdown .active > a {
  background: transparent;
}
.menu .active > a:after, .dropdown .active > a:after {
  opacity: 1;
}

.menu.submenu.is-accordion-submenu {
  padding-left: 1rem;
}
.menu.submenu.is-accordion-submenu li > a {
  font-weight: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.8;
}
.menu.submenu.is-accordion-submenu li > a:hover, .menu.submenu.is-accordion-submenu li > a:active, .menu.submenu.is-accordion-submenu li > a:focus {
  opacity: 1;
}
.menu.submenu.is-accordion-submenu.is-active {
  border-top: 4px solid #D91F27;
}

.menu-item.is-accordion-submenu-parent a::after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-color: white transparent transparent;
}
.menu-item.is-accordion-submenu-parent.is-active a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 4px solid #D91F27;
}

.dropdown.menu .current_page_ancestor a::after {
  opacity: 0;
}
.dropdown.menu .current_page_ancestor a:hover::after {
  opacity: 1;
}
.dropdown.menu .submenu .active a::after {
  opacity: 1;
}

.post-navigation {
  margin-top: 1rem;
}
.post-navigation .nav-previous a:before, .post-navigation .nav-previous a:after, .post-navigation .nav-next a:before, .post-navigation .nav-next a:after {
  font-family: "FontAwesome";
  font-size: 1.5rem;
}
.post-navigation .nav-previous a:before {
  content: "\f104";
  display: inline;
  margin-right: 0.25rem;
}
.post-navigation .nav-next a:after {
  content: "\f105";
  display: inline;
  margin-left: 0.25rem;
}

.nav-links {
  display: block;
  width: 100%;
}
.nav-links a {
  font-size: 1.2rem;
  font-weight: 900;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

#ham_menu_cont_mobile.ham-menu-cont {
  width: 100vw;
  left: 100vw;
}
#ham_menu_cont_mobile.ham-menu-cont.open {
  left: 0vw;
}

#ham_menu_cont.ham-menu-cont {
  width: 100%;
  max-width: 31.25rem;
}

.ham-menu-cont {
  position: fixed;
  top: 0vh;
  right: -100vw;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #000;
  z-index: 120;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 64em) {
  .ham-menu-cont#ham_menu_cont_mobile {
    display: none;
  }
}
.ham-menu-cont .container .title-row.underline {
  padding-bottom: 1.875rem;
}
.ham-menu-cont .container .title-row .columns > .inner {
  height: 100%;
  width: 100%;
}
.ham-menu-cont .container .title-row .columns > .inner .ham-phone {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.ham-menu-cont .container .title-row .columns > .inner .ham-phone a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 1.55rem;
}
.ham-menu-cont .container .title-row .columns > .inner .ham-phone a:hover, .ham-menu-cont .container .title-row .columns > .inner .ham-phone a:focus, .ham-menu-cont .container .title-row .columns > .inner .ham-phone a:active {
  color: #D91F27;
}
.ham-menu-cont .container .title-row .close-icon {
  width: 100%;
  display: block;
  float: none;
  text-align: right;
}
.ham-menu-cont .container .title-row .close-icon a {
  display: inline-block;
  text-align: right;
}
.ham-menu-cont .container .title-row .close-icon a img {
  margin-right: 0;
}
.ham-menu-cont .search-form-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ham-menu-cont .search-form-wrapper .input-group {
  margin-bottom: 0;
}
.ham-menu-cont .search-form-wrapper .input-group .input-group-field {
  color: #666666;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.ham-menu-cont .search-form-wrapper .input-group .input-group-field::-webkit-input-placeholder {
  color: #666666;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}
.ham-menu-cont .search-form-wrapper .input-group .input-group-field:-ms-input-placeholder {
  color: #666666;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}
.ham-menu-cont .search-form-wrapper .input-group .input-group-field::placeholder {
  color: #666666;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1;
}
.ham-menu-cont .search-form-wrapper .input-group .input-group-field:focus, .ham-menu-cont .search-form-wrapper .input-group .input-group-field:active {
  border: 1px solid #D9A838;
  -webkit-box-shadow: 0px 0px 0px 0.25rem rgba(217, 168, 56, 0.25);
          box-shadow: 0px 0px 0px 0.25rem rgba(217, 168, 56, 0.25);
}
.ham-menu-cont .contact-phone-number {
  margin-bottom: 1.25rem;
}
.ham-menu-cont .contact-phone-number .phone-link {
  color: #D9A838;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.ham-menu-cont .contact-phone-number .phone-link:hover, .ham-menu-cont .contact-phone-number .phone-link:focus, .ham-menu-cont .contact-phone-number .phone-link:active {
  color: #ffffff;
  text-decoration: underline;
}
.ham-menu-cont #mobile-menu {
  border-top: 1px solid #4C4C4C;
  border-bottom: 1px solid #4C4C4C;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.ham-menu-cont #mobile-menu ul {
  margin-bottom: 1.25rem;
}
.ham-menu-cont #mobile-menu ul.vertical.menu {
  padding-top: 0;
}
.ham-menu-cont #mobile-menu ul.vertical.menu li.menu-item a {
  padding-left: 0;
}
.ham-menu-cont #mobile-menu ul.vertical.menu li.menu-item a:hover, .ham-menu-cont #mobile-menu ul.vertical.menu li.menu-item a:focus, .ham-menu-cont #mobile-menu ul.vertical.menu li.menu-item a:active {
  padding-left: 1rem;
}
.ham-menu-cont .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.ham-menu-cont .social-links .social-title {
  color: #C0C0C0;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.ham-menu-cont .social-links .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 45em) {
  .ham-menu-cont .social-links .social {
    margin-top: 0;
  }
}
.ham-menu-cont .social-links .social li:not(:last-child) {
  margin-right: 0.25rem;
}
.ham-menu-cont .social-links .social li a {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.ham-menu-cont .social-links .social li a .fab {
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ham-menu-cont .mailing-list-popup {
  background-color: transparent;
  color: #C0C0C0;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0;
  margin-bottom: 1.25rem;
}
.ham-menu-cont .mailing-list-popup:hover, .ham-menu-cont .mailing-list-popup:focus, .ham-menu-cont .mailing-list-popup:active {
  color: #ffffff;
  background-color: transparent;
  text-decoration: underline;
}
.ham-menu-cont a {
  color: #ffffff;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}
.ham-menu-cont .close-icon {
  font-size: 2rem;
}
.ham-menu-cont .underline {
  border-bottom: 4px solid #D91F27;
  padding-bottom: 1rem;
}
.ham-menu-cont li.underline:not(:first-child) + li {
  padding-top: 1rem;
}
.ham-menu-cont ul.vertical.menu {
  padding-top: 1rem;
  margin-left: 0rem;
  list-style-type: none;
  margin-bottom: 2rem;
}
.ham-menu-cont ul.vertical.menu li.menu-item a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-left: 0.2rem solid transparent;
  font-size: 1.25rem;
}
.ham-menu-cont ul.vertical.menu li.menu-item a:hover, .ham-menu-cont ul.vertical.menu li.menu-item a:active {
  border-left: 0.2rem solid #D91F27;
  color: white;
}
.ham-menu-cont ul.vertical.menu li.menu-item.menu-item-219:after {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: white;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ham-menu-cont.open {
  right: 0vw;
}

.bc-menu {
  overflow: hidden;
  padding: 1rem 0.375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 45em) {
  .bc-menu {
    padding: 1rem 0;
  }
}
.bc-menu .breadcrumbs {
  margin-bottom: 0;
}

.pagination {
  text-align: center;
  margin-top: 1.2rem;
}
.pagination a {
  color: #cacaca;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
}
.pagination li.current {
  background-color: transparent;
}
.pagination li.current a {
  color: white;
  background-color: #D91F27;
}

.breadcrumbs {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 4px solid #D91F27;
  padding-bottom: 0.5rem;
}
.breadcrumbs > *:before {
  display: none;
}
.breadcrumbs li {
  text-transform: none;
}
.breadcrumbs a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: 400;
  font-family: "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: none;
}
.breadcrumbs a:before:hover {
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  text-decoration: none;
  color: #D91F27;
}

.pagination {
  text-align: center;
  margin-top: 1.2rem;
}
.pagination .current {
  background-color: transparent;
}
.pagination .current a {
  color: #D91F27;
}

ul.social li a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.social li a .fa {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.social li a:hover, ul.social li a:focus, ul.social li a:active {
  background-color: white !important;
}
ul.social li a:hover .fa, ul.social li a:focus .fa, ul.social li a:active .fa {
  color: #D91F27 !important;
}

.special-nav .top-right ul.menu > li.ah-mega-menu .first-sub.submenu {
  right: 2% !important;
  left: auto !important;
}
.special-nav .top-right ul.menu > li.ah-mega-menu.one-three-one .first-sub.submenu {
  right: 0 !important;
  left: 0 !important;
}
@media screen and (min-width: 75em) {
  .special-nav .top-right ul.menu > li.ah-mega-menu.one-three-one .first-sub.submenu {
    right: 2% !important;
    left: auto !important;
  }
}
.special-nav .top-left ul.menu > li.ah-mega-menu .first-sub.submenu {
  right: auto !important;
  left: 2% !important;
}
.main-navigation .top-right ul.menu > li.ah-mega-menu .first-sub.submenu {
  left: auto !important;
  right: 2% !important;
  top: 9.5rem;
}
.main-navigation .top-right ul.menu > li.ah-mega-menu.one-only .first-sub.submenu {
  width: 50% !important;
}
.main-navigation .top-right ul.menu > li.ah-mega-menu.one-three-one .first-sub.submenu {
  right: 0 !important;
  left: 0 !important;
}
@media screen and (min-width: 75em) {
  .main-navigation .top-right ul.menu > li.ah-mega-menu.one-three-one .first-sub.submenu {
    right: 2% !important;
    left: auto !important;
  }
}

ul.menu > li.ah-mega-menu {
  position: initial;
}
ul.menu > li.ah-mega-menu > a:hover, ul.menu > li.ah-mega-menu > a:focus, ul.menu > li.ah-mega-menu > a:active {
  color: #D91F27 !important;
}
ul.menu > li.ah-mega-menu > a:hover:after, ul.menu > li.ah-mega-menu > a:focus:after, ul.menu > li.ah-mega-menu > a:active:after {
  opacity: 0 !important;
}
ul.menu > li.ah-mega-menu.one-only .first-sub.submenu {
  width: 400px;
}
ul.menu > li.ah-mega-menu.one-three-one .first-sub.submenu {
  width: 100%;
}
@media screen and (min-width: 75em) {
  ul.menu > li.ah-mega-menu.one-three-one .first-sub.submenu {
    width: 1070px;
  }
}
ul.menu > li.ah-mega-menu .submenu.first-sub {
  position: absolute;
  padding: 2rem !important;
  margin-top: -4px;
  z-index: 100;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .is-dropdown-submenu {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head {
  display: block;
  float: left;
  width: auto;
  padding-right: 40px !important;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head:last-of-type {
  padding-right: 0 !important;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head > a {
  padding-bottom: 0.75rem !important;
  font-weight: 700 !important;
  border-bottom: 4px solid #D91F27;
  display: block;
  width: 100%;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head > a:before {
  display: none !important;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head > a:after {
  opacity: 0 !important;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head > a:hover:after, ul.menu > li.ah-mega-menu .submenu.first-sub .col-head > a:focus:after, ul.menu > li.ah-mega-menu .submenu.first-sub .col-head > a:active:after {
  opacity: 0 !important;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head.has-1 {
  width: 200px;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head.has-1 > .is-dropdown-submenu {
  min-width: 180px;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head.has-3 {
  width: 520px;
}
@media screen and (min-width: 75em) {
  ul.menu > li.ah-mega-menu .submenu.first-sub .col-head.has-3 {
    width: 570px;
  }
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head.has-3 > .is-dropdown-submenu {
  min-width: 500px;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .col-head.has-3 > .is-dropdown-submenu li {
  float: left;
  width: 33.33%;
}
ul.menu > li.ah-mega-menu .submenu.first-sub .is-submenu-parent ul.is-dropdown-submenu {
  display: block;
}

#searchsubmit:after {
  content: "\f002";
  font-family: "FontAwesome";
}

#search-results > .row > .columns > header {
  margin-top: 2rem;
}
#search-results .month-filter {
  margin-top: 0rem;
}

.redirect-wait {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.menu.vertical .menu-item {
  position: relative;
}
.menu.vertical .menu-item .dropdown-trigger {
  display: inline-block;
  position: absolute;
  top: 0rem;
  cursor: pointer;
  right: 0rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
}
.menu.vertical .menu-item .dropdown-trigger > div {
  display: inline-block;
}
.menu.vertical .menu-item .dropdown-trigger > div.medium-label {
  display: none;
}
@media print, screen and (min-width: 45em) {
  .menu.vertical .menu-item .dropdown-trigger > div.medium-label {
    display: inline-block;
  }
}
.menu.vertical .menu-item .dropdown-trigger .arrow {
  display: inline-block;
  min-width: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 45em) {
  .menu.vertical .menu-item .dropdown-trigger .arrow {
    min-width: 4rem;
  }
}
.menu.vertical .menu-item .dropdown-trigger .arrow > span {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.menu.vertical .menu-item .dropdown-trigger .arrow > span::before {
  content: "▼";
}
.menu.vertical .menu-item .dropdown-trigger.expanded .arrow > span {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.menu.vertical .menu-item .dropdown-trigger:hover, .menu.vertical .menu-item .dropdown-trigger:focus {
  border-bottom: 2px solid #D91F27;
}
.menu.vertical .menu-item a::after {
  display: none;
}

header#pre-header {
  height: 75px;
  padding: 20px 10px;
  background-color: #000;
}
header#pre-header ul.social {
  margin: 0;
}
header#pre-header ul.social li {
  display: inline-block;
  padding: 0 0.125rem;
  text-align: center;
}
header#pre-header ul.social li a {
  font-size: 24px;
  color: #000;
  background: #D91F27;
  padding: 3px;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  display: block;
}
@media print, screen and (min-width: 45em) {
  header#pre-header ul.social li a {
    font-size: 19px;
    padding: 0px;
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 64em) {
  header#pre-header ul.social li a {
    font-size: 21px;
    padding: 0px;
    width: 32px;
    height: 32px;
  }
}
header#pre-header .phone-number {
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  margin-top: 2px;
}
@media print, screen and (min-width: 64em) {
  header#pre-header .phone-number {
    font-size: 25px;
    text-align: center;
  }
}
header#pre-header .phone-number h4 {
  font-weight: 400;
}
header#pre-header .phone-number a {
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  margin-left: 1rem;
}
header#pre-header .phone-number a:hover, header#pre-header .phone-number a:focus, header#pre-header .phone-number a:active {
  color: #D91F27;
}

html {
  background-color: #000;
}

body.ham-menu-out {
  overflow: hidden;
}
body.ham-menu-out:after {
  display: block;
  position: fixed;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

#collapsed_navigation.show-on-scroll {
  display: none;
}

#masthead.sticky {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(35, 31, 32, 0.3);
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 100%;
  z-index: 19;
  padding-top: 0.375rem;
  background: #000;
}
@media print, screen and (min-width: 64em) {
  #masthead.sticky #collapsed_navigation.show-on-scroll {
    display: block;
  }
  #masthead.sticky .hide-for-scroll {
    display: none;
  }
}

.has-special-nav #masthead {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 100%;
  z-index: 20;
}

.special-nav {
  padding: 0 0.65rem;
}
.special-nav .top-left {
  width: auto;
}
@media screen and (min-width: 75em) {
  .special-nav .top-left {
    width: 50%;
  }
}

.main-navigation {
  background-color: #000;
  padding: 1.5rem 0;
}
.main-navigation .hide-for-main {
  display: none;
}
.main-navigation .button.condensed {
  margin: 0;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-navigation a.menu-btn {
  margin-bottom: 2px;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .top-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .top-left {
    text-align: left;
    display: block;
    float: left;
  }
  .top-left ul {
    width: 100%;
  }
}

header#masthead {
  background: #000;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#masthead .title-bar {
  background: #000;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
}
header#masthead .title-bar .inner {
  height: 100%;
  width: 100%;
}
header#masthead .title-bar .inner .menu-btn {
  width: 100%;
}
header#masthead .title-bar .inner .menu-btn img {
  margin-right: 0;
  margin-left: auto;
}
header#masthead .title-bar .inner .email-icon {
  width: 100%;
}
header#masthead .title-bar .inner .email-icon span {
  margin-left: 0;
  margin-right: auto;
}
header#masthead .email-icon {
  color: #D91F27;
  font-size: 1.5625rem;
}
header#masthead a.menu-btn {
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header#masthead a.menu-btn:hover, header#masthead a.menu-btn:focus, header#masthead a.menu-btn:active {
  opacity: 0.8;
}
header#masthead .menu-icon {
  margin-top: 0.9375rem;
  width: 1.875rem;
  height: 1.125rem;
}
header#masthead .menu-icon:after {
  height: 3px;
  -webkit-box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
          box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}
header#masthead .top-bar.main-navigation {
  background-color: #000;
}
header#masthead .top-bar, header#masthead .top-bar ul {
  background-color: rgba(0, 0, 0, 0);
}
header#masthead .top-bar .menu-item:not(.ah-mega-menu) .menu.submenu {
  top: calc(100% + 1.5rem);
}
header#masthead .top-bar .menu-item .menu.submenu {
  background-color: #000;
  padding: 1rem 0.9rem;
  z-index: 100;
}
header#masthead .top-bar .menu-item .menu.submenu li a {
  font-weight: normal;
  padding: 1rem 0;
  position: relative;
  display: inline-block;
  padding-bottom: 0;
}
header#masthead .top-bar .menu-item .menu.submenu li a:after {
  content: "";
  display: block;
  height: 4px;
  width: 0;
  background: transparent;
  -webkit-transition: width 0.5s ease, background-color 0.5s ease;
  transition: width 0.5s ease, background-color 0.5s ease;
  margin-top: -6px;
}
header#masthead .top-bar .menu-item .menu.submenu li a:hover:after, header#masthead .top-bar .menu-item .menu.submenu li a:focus:after, header#masthead .top-bar .menu-item .menu.submenu li a:active:after {
  width: 100%;
  background: #D91F27;
}
header#masthead .top-bar .menu-item .menu.submenu li a:after {
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  top: auto;
  margin: 0;
  margin-top: 0.25rem;
}
header#masthead .top-bar > .menu > li:last-child {
  border-right: none;
  padding: 0 0 0 8px;
}
header#masthead .top-bar .menu li {
  border-right: none;
  padding: 0 0.5rem 0 0;
}
header#masthead .top-bar .menu li.active, header#masthead .top-bar .menu li.current-menu-item a {
  background: none;
}
header#masthead .top-bar .menu li.active:after, header#masthead .top-bar .menu li.current-menu-item a:after {
  display: block;
  opacity: 1;
}
header#masthead .top-bar .menu li.is-dropdown-submenu-parent > a {
  padding-right: 2rem;
  background: transparent;
}
header#masthead .top-bar .menu li.is-dropdown-submenu-parent > a:before {
  display: inline-block;
  position: absolute;
  right: 0rem;
  content: "▼";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
  margin-top: 0;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  line-height: 1;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-transform: translate(0.375rem, calc(-50% + 0.25rem));
      -ms-transform: translate(0.375rem, calc(-50% + 0.25rem));
          transform: translate(0.375rem, calc(-50% + 0.25rem));
}
header#masthead .top-bar .menu li.is-dropdown-submenu-parent > a:hover, header#masthead .top-bar .menu li.is-dropdown-submenu-parent > a:focus, header#masthead .top-bar .menu li.is-dropdown-submenu-parent > a:active {
  background: #000;
}
header#masthead .top-bar .menu li.is-dropdown-submenu-parent.is-active > a {
  background: #000;
}
header#masthead .top-bar .menu a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 1rem 0.9rem;
  position: relative;
  background: transparent;
  white-space: nowrap;
}
header#masthead .top-bar .menu a:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  top: initial;
  height: 4px;
  background-color: #D91F27;
  width: calc(100% - 1.5625rem);
  margin: 0 -45%;
  display: block;
  opacity: 0;
  border: none;
}
header#masthead .top-bar .menu a:hover:after, header#masthead .top-bar .menu a:focus:after, header#masthead .top-bar .menu a:active:after {
  opacity: 1;
}
header#masthead .logo-cont a {
  display: block;
}
@media print, screen and (min-width: 64em) {
  header#masthead .collapsed-logo {
    height: 3.6875rem;
  }
}

#masthead.sticky .main-navigation .top-right ul.menu > li.ah-mega-menu .first-sub.submenu {
  top: 100% !important;
}
#masthead.sticky .main-navigation .top-right .inner .top-menu-bar {
  display: none;
}
#masthead .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
}
#masthead .main-navigation .top-right .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#masthead .main-navigation .top-right .inner .top-menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .social-links .social-title {
  color: #898989;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .social-links .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-left: 0.5rem;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .social-links .social li:not(:last-child) {
  margin-right: 0.25rem;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .social-links .social li a {
  position: relative;
  font-size: 0.875rem;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .social-links .social li a .fab {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#masthead .main-navigation .top-right .inner .top-menu-bar .mailing-list-popup {
  background-color: transparent;
  color: #898989;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0.25rem 0.6875rem;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .mailing-list-popup:hover, #masthead .main-navigation .top-right .inner .top-menu-bar .mailing-list-popup:focus, #masthead .main-navigation .top-right .inner .top-menu-bar .mailing-list-popup:active {
  color: #ffffff;
  text-decoration: underline;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .contact-phone-number {
  padding: 0.25rem 0.6875rem;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .contact-phone-number .phone-link {
  color: #D9A838;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#masthead .main-navigation .top-right .inner .top-menu-bar .contact-phone-number .phone-link:hover, #masthead .main-navigation .top-right .inner .top-menu-bar .contact-phone-number .phone-link:focus, #masthead .main-navigation .top-right .inner .top-menu-bar .contact-phone-number .phone-link:active {
  color: #ffffff;
  text-decoration: underline;
}
#footer-container {
  max-width: 100%;
  width: 100%;
  margin: -5px auto 0;
  color: #bcbcbc;
  background-color: #000;
}
#footer-container #footer {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5rem 0;
  color: #fff;
  text-align: center;
}
#footer-container #footer::before, #footer-container #footer::after {
  display: table;
  content: " ";
}
#footer-container #footer::after {
  clear: both;
}
@media print, screen and (min-width: 45em) {
  #footer-container #footer {
    padding: 6.25rem 0 2.5rem 0;
  }
}
#footer-container #footer .logo {
  margin-bottom: 1.25rem;
}
#footer-container #footer .logo img {
  width: 100%;
  max-width: 210px;
}
@media print, screen and (min-width: 64em) {
  #footer-container #footer .logo img {
    max-width: 280px;
  }
}
#footer-container #footer .address {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media print, screen and (min-width: 45em) {
  #footer-container #footer .address {
    text-align: left;
  }
}
#footer-container #footer .address, #footer-container #footer #menu-footer-menu li, #footer-container #footer .legal, #footer-container #footer input, #footer-container #footer .level-label {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
#footer-container #footer ul.social {
  margin: 30px 0 0 0;
}
@media print, screen and (min-width: 45em) {
  #footer-container #footer ul.social {
    margin-top: 15px;
  }
}
#footer-container #footer ul#menu-footer-menu {
  font-size: 0.9375rem;
  margin-bottom: 1.875rem;
}
#footer-container #footer ul#menu-footer-menu li {
  display: inline-block;
}
#footer-container #footer ul#menu-footer-menu li:last-child {
  padding: 0 1em;
}
#footer-container #footer ul#menu-footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footer-container #footer ul#menu-footer-menu li a:hover, #footer-container #footer ul#menu-footer-menu li a:focus, #footer-container #footer ul#menu-footer-menu li a:active {
  color: #D91F27;
}
#footer-container #footer ul#menu-footer-menu li a:hover:after, #footer-container #footer ul#menu-footer-menu li a:focus:after, #footer-container #footer ul#menu-footer-menu li a:active:after {
  color: #ffffff;
}
#footer-container #footer ul#menu-footer-menu li a:after {
  content: "/";
  margin: 0 0 0 31px;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  #footer-container #footer ul#menu-footer-menu li a:after {
    margin: 0 0 0 31px;
  }
}
#footer-container #footer .newsletter h3 {
  line-height: 1.1;
}
#footer-container #footer .newsletter .bullets {
  font-size: 15px;
  margin-bottom: 14px;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}
#footer-container #footer .newsletter input {
  background: url(../images/subscribe-field.png) no-repeat #000;
  color: #ffffff;
  padding: 2px 20px 3px 44px;
  font-size: 15px;
  border: 0px;
  width: 286px;
  height: 36px;
  margin: 0 auto;
}
#footer-container #footer .legal {
  color: #bcbcbc;
  font-size: 0.875rem;
}
#footer-container #footer .legal a {
  color: #ffffff;
}
#footer-container #footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.address a {
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.address a:hover, .address a:focus, .address a:active {
  color: #D91F27;
}

.sponsors {
  background-color: #ffffff;
  color: #000;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 45em) {
  .sponsors {
    padding-top: 4.1875rem;
    padding-bottom: 3.5rem;
  }
}
.sponsors .thank-you-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2.5rem auto;
  width: -webkit-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 45em) {
  .sponsors .thank-you-note {
    margin: 0 auto 1.5rem auto;
  }
}
.sponsors .thank-you-note .title {
  font-size: 1.75rem;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: center;
}
.sponsors .thank-you-note .button {
  margin-bottom: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 44.9375em) {
  .sponsors .thank-you-note .button {
    margin-top: 1rem;
  }
}
.sponsors .sponsors-flex-grid {
  text-align: center;
}
.sponsors .sponsors-flex-grid .sponsor {
  padding: 1rem;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 33.3333333333%;
}
@media print, screen and (min-width: 45em) {
  .sponsors .sponsors-flex-grid .sponsor {
    width: 20%;
    max-width: 100%;
  }
}
.sponsors .sponsors-flex-grid .sponsor a {
  text-align: center;
  opacity: 0.75;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sponsors .sponsors-flex-grid .sponsor a img {
  max-height: 3rem;
  width: auto;
}
.sponsors .sponsors-flex-grid .sponsor a:hover {
  opacity: 1;
}
.sponsors .sponsors-flex-grid .sponsor.thank-you-note {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  min-width: 100%;
}
@media print, screen and (min-width: 45em) {
  .sponsors .sponsors-flex-grid .sponsor.thank-you-note {
    text-align: left;
    max-width: 20%;
  }
}
@media print, screen and (min-width: 64em) {
  .sponsors .sponsors-flex-grid .sponsor.thank-you-note {
    min-width: 11.1111111111%;
  }
}
@media print, screen and (min-width: 64em) {
  .sponsors .sponsors-flex-grid.lead {
    margin-bottom: 2rem;
  }
}

ul.social {
  margin: 30px 0 0 0;
}
@media print, screen and (min-width: 45em) {
  ul.social {
    margin-top: 15px;
  }
}
ul.social li {
  display: inline-block;
  padding: 0 0.125rem;
  text-align: center;
}
ul.social li a {
  font-size: 24px;
  color: #000;
  background: #D91F27;
  padding: 3px;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  display: block;
}
@media print, screen and (min-width: 45em) {
  ul.social li a {
    font-size: 23px;
    padding: 0px;
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 64em) {
  ul.social li a {
    font-size: 21px;
    padding: 0px;
    width: 32px;
    height: 32px;
  }
}
ul.social li a.contact-page {
  font-size: 21px;
  padding: 0px;
  width: 32px;
  height: 32px;
}

.sidebar-columns .sidebar {
  width: 100%;
}

@media screen and (max-width: 44.9375em) {
  .sidebar {
    display: none !important;
  }
}
@media print, screen and (min-width: 45em) {
  .sidebar {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 45em) and (min-width: 45em) {
  .sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 45em) {
  .sidebar:last-child:not(:first-child) {
    float: right;
  }
}
.sidebar.blog-sidebar {
  margin-top: 0rem;
}
.sidebar.blog-sidebar > div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sidebar.blog-sidebar > div:first-child {
  padding-top: 0rem;
}
.sidebar.blog-sidebar .input-group .input-group-button {
  border: none;
}
.sidebar.blog-sidebar .input-group input[type=submit], .sidebar.blog-sidebar .input-group input[type=text] {
  height: 3.125rem;
}
.sidebar.blog-sidebar .input-group input[type=submit] {
  font-size: 1.25rem;
  font-family: "FontAwesome";
  color: #D91F27;
  background-color: #070707;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-left: 1rem;
  padding-right: 1rem;
  border: none;
  margin-right: 0;
}
.sidebar.blog-sidebar .input-group input[type=submit]:hover, .sidebar.blog-sidebar .input-group input[type=submit]:focus {
  background-color: #D91F27;
  color: white;
}
.sidebar.blog-sidebar .input-group input[type=text] {
  font-size: 1.25rem;
  background-color: #070707;
  color: white;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  border: none;
}
.sidebar.blog-sidebar .input-group input[type=text]:placeholder {
  color: white;
}
.sidebar.blog-sidebar .input-group input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar.blog-sidebar .category-name {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.sidebar.blog-sidebar .posts-by-date select {
  background-color: #D91F27;
  color: white;
  border-radius: 0rem;
  border: none;
}
.sidebar.blog-sidebar .at-aeolian-feed .instagram-feed a {
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar.blog-sidebar .at-aeolian-feed .instagram-feed a:hover, .sidebar.blog-sidebar .at-aeolian-feed .instagram-feed a:focus, .sidebar.blog-sidebar .at-aeolian-feed .instagram-feed a:active {
  color: #D91F27;
}
.sidebar.blog-sidebar .at-aeolian-feed .instagram-feed .fa.fa-instagram {
  display: none;
}
.sidebar.blog-sidebar .at-aeolian-feed .instagram-feed #sb_instagram #sbi_images .sbi_item {
  width: 33.3333%;
  padding: 0.5rem !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sidebar.blog-sidebar .at-aeolian-feed .instagram-feed #sb_instagram #sbi_images .sbi_item:hover, .sidebar.blog-sidebar .at-aeolian-feed .instagram-feed #sb_instagram #sbi_images .sbi_item:focus {
  background-color: #D91F27;
}
.sidebar.blog-sidebar .latest-posts .recent-post-cont {
  padding-top: 1rem;
}
.sidebar.blog-sidebar .latest-posts .recent-post-cont a {
  color: white;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sidebar.blog-sidebar .latest-posts .recent-post-cont a:hover, .sidebar.blog-sidebar .latest-posts .recent-post-cont a:focus {
  color: #D91F27;
}
.sidebar.blog-sidebar .latest-posts .recent-post-cont h6 {
  margin-bottom: 0.15rem;
  font-size: 1.125rem;
}
.sidebar.blog-sidebar .latest-posts .recent-post-cont time.updated {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.9rem;
}
.sidebar.blog-sidebar .newsletter a.email-button {
  margin-top: 1rem;
}
.sidebar.archive-sidebar {
  margin-top: 2rem;
}

time.updated {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #8a8a8a;
}

.category-name {
  background-color: #D91F27;
  color: white;
  padding: 0.5rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 0.8rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.category-name a {
  color: white;
}
.category-name:hover {
  background-color: #690f13;
}

.tweet-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tweet-gallery .tweet-gallery-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33%;
}
.tweet-gallery .tweet-gallery-image a {
  padding: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.tweet-gallery .tweet-gallery-image a:hover {
  background-color: #D91F27;
}
.tweet-gallery .tweet-gallery-image a .img-cont {
  height: 6rem;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.newsletter .bullets {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}

.category-cloud {
  margin-left: 0;
  list-style: none;
}
.category-cloud li {
  display: inline-block;
  width: auto;
  margin-bottom: 0.25rem;
}
.category-cloud li a {
  color: white;
  background-color: #D91F27;
  padding: 0.5rem;
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.category-cloud li a:hover, .category-cloud li a:focus, .category-cloud li a:active {
  background-color: #690f13;
}
.category-cloud li.current-cat a {
  background-color: #690f13;
}

body#tinymce {
  height: auto;
  max-width: 90rem;
  padding: 1.25rem !important;
}

.search-form-fancy .form-input-group {
  position: relative;
}
.search-form-fancy .form-input-group .input-group-field {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #000;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.search-form-fancy .form-input-group .input-group-field::-webkit-input-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  opacity: 1;
}
.search-form-fancy .form-input-group .input-group-field:-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  opacity: 1;
}
.search-form-fancy .form-input-group .input-group-field::placeholder {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  opacity: 1;
}
.search-form-fancy .form-input-group .input-group-field:focus, .search-form-fancy .form-input-group .input-group-field:active {
  border-bottom-color: #D91F27;
}
.search-form-fancy .form-input-group #search-submit {
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
  font-weight: 500;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.search-form-fancy .form-input-group #search-submit:hover, .search-form-fancy .form-input-group #search-submit:focus, .search-form-fancy .form-input-group #search-submit:active {
  background-color: #D91F27;
  color: #ffffff;
}

.button {
  font-size: 1.125rem;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  letter-spacing: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button:hover, .button:focus, .button:active {
  background-color: #ae191f;
}
.button.has-icon {
  position: relative;
  background-color: transparent;
}
.button.has-icon .icon {
  font-size: 1.25rem;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.button.has-icon:hover, .button.has-icon:focus, .button.has-icon:active {
  background-color: #ae191f;
}

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none;
}

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 45em) {
  .flex-card-example {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flex-card-example .card {
  width: 100%;
}
.flex-card-example .card img {
  width: 100%;
}
@media print, screen and (min-width: 45em) {
  .flex-card-example .card {
    width: 32%;
  }
}
.flex-card-example .card .card-content {
  padding: 1rem;
}

#featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem;
}
@media print, screen and (min-width: 45em) {
  #featured-hero {
    height: 12.5rem;
  }
}
@media screen and (min-width: 75em) {
  #featured-hero {
    height: 25rem;
  }
}

.dotted {
  border-style: dashed;
  margin: 2rem 0;
}

[data-whatinput=mouse] a:focus, button:focus [data-whatinput=touch] a:focus,
button:focus {
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.responsive-embed, .flex-video {
  margin-bottom: 0;
}

.video-modal {
  height: auto;
  min-height: 0rem;
  padding: 0.5rem;
}
@media print, screen and (min-width: 45em) {
  .video-modal {
    padding: 1rem;
  }
}
.video-modal:focus {
  outline-color: #D91F27;
}
.video-modal .close-button {
  background: #202020;
  position: absolute;
  top: 0rem;
  right: 0rem;
  padding: 0.75rem 1rem 0.9rem 1rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.video-modal .close-button span {
  color: white;
}
.video-modal .close-button:hover, .video-modal .close-button:active, .video-modal .close-button:focus {
  background-color: #D91F27;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cover, .contain {
  width: 100%;
  height: 100%;
}

.picture-cover, .cover img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.picture-contain, .contain img {
  object-fit: contain;
  object-position: center;
  height: auto;
  width: 100%;
}

#slideshow_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#slideshow_cont #hero_slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}
#slideshow_cont #hero_slideshow > .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: none;
}
#slideshow_cont #hero_slideshow > .slide.active {
  z-index: 3;
}

.row.all-events {
  text-align: center;
}
.has-special-nav .special-hero {
  margin-top: 4.6875rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.special-hero {
  position: relative;
}
.special-hero .content-overlay {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100%;
}
.special-hero .content-overlay .logo {
  width: 380px;
  margin-top: 3rem;
}
@media print, screen and (min-width: 64em) {
  .special-hero .content-overlay .logo {
    margin-top: 7rem;
  }
}
.special-hero .content-overlay .tagline {
  text-transform: uppercase;
  color: white;
  letter-spacing: 3px;
  font-size: 23px;
  margin: 20px auto 60px;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}
.special-hero .content-overlay .tagline b {
  font-weight: 700;
}
.special-hero .content-overlay .tagline b.line {
  color: #D91F27;
  font-size: 2rem;
}
.special-hero img {
  position: relative;
  z-index: 1;
}

#front-hero {
  position: relative;
}
#front-hero .content-overlay {
  position: relative;
  z-index: 5;
  text-align: center;
}
#front-hero .content-overlay .tagline span {
  opacity: 0;
}
#front-hero .content-overlay .search #searchform {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 21px 26px 9px 26px;
  border: 0;
  margin-bottom: 50px;
}
#front-hero .content-overlay .search #searchform input.input-group-field {
  color: #ffffff;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 22px;
  padding: 20px 20px 30px 50px;
  border: 0px;
  border-bottom: 3px solid #D91F27;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#front-hero .content-overlay .search #searchform input.input-group-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 4px solid #D91F27;
  background-image: none;
  padding-left: 0px;
}
#front-hero .content-overlay .search #searchform .input-group-button {
  display: none;
}
#front-hero img.logo {
  position: relative;
  z-index: 1;
  max-width: 20rem;
}
@media screen and (max-width: 44.9375em) {
  #front-hero img.logo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#front-hero .sponsors {
  margin-bottom: 60px;
  text-align: center;
}
#front-hero .sponsors .sponsors-label {
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#front-hero .sponsors .sponsor {
  height: 40px;
  display: inline-block;
  margin: 0 10px 16px;
}
#front-hero .sponsors .sponsor a {
  display: block;
}
#front-hero .sponsors .sponsor img {
  height: 90%;
}
#front-hero section.featured-events-carousel {
  position: relative;
  z-index: 2;
  width: 100%;
}
#front-hero section.featured-events-carousel:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 100%;
  height: 60%;
  background: url("../images/featued-events-bg.jpg") bottom no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 3;
}
#front-hero section.featured-events-carousel .row {
  position: relative;
  z-index: 10;
}
#front-hero .featured-events-label {
  width: 90%;
  margin: 0 auto 10px;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events-label {
    font-size: 1.25rem;
    width: 85%;
  }
}
#front-hero .featured-events {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events {
    width: 85%;
  }
}
#front-hero .featured-events .slick-dots {
  position: absolute;
  top: 60px;
  left: -70px;
  display: block;
  width: 30px;
  padding: 0;
  list-style: none;
  text-align: center;
}
#front-hero .featured-events .slick-dots li {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
}
#front-hero .featured-events .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#front-hero .featured-events .slick-dots li button::before {
  font-family: slick;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
#front-hero .featured-events .slick-dots li.slick-active button::before {
  color: #D91F27;
}
#front-hero .featured-events .slick-prev, #front-hero .featured-events .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  z-index: 4;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events .slick-prev, #front-hero .featured-events .slick-next {
    width: 50px;
    height: 50px;
    right: -50px;
    margin-top: -10px;
  }
}
#front-hero .featured-events .slick-prev {
  background-image: url("../images/previous-arrow.svg");
  top: -34px;
  margin-right: 40px;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events .slick-prev {
    top: 120px;
    margin-right: auto;
  }
}
#front-hero .featured-events .slick-next {
  background-image: url("../images/next-arrow.svg");
  top: -34px;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events .slick-next {
    top: 60px;
  }
}
#front-hero .featured-events .event a {
  display: block;
}
#front-hero .featured-events .event .event-wrapper {
  background: #000;
  min-width: 300px;
  height: 272px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events .event .event-wrapper {
    margin-right: 1.5rem;
    height: 350px;
  }
}
@media print, screen and (min-width: 64em) {
  #front-hero .featured-events .event .event-wrapper {
    height: 455px;
  }
}
#front-hero .featured-events .event .event-wrapper header.tile-bg-image {
  position: absolute;
  opacity: 0.5;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#front-hero .featured-events .event .event-wrapper .date-tag {
  top: 0;
  left: 16px;
  position: absolute;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  background: #D91F27;
  padding: 12px 14px;
  z-index: 2;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events .event .event-wrapper .date-tag {
    left: 45px;
  }
}
#front-hero .featured-events .event .event-wrapper .date-tag .day, #front-hero .featured-events .event .event-wrapper .date-tag .month {
  line-height: 0.95;
}
#front-hero .featured-events .event .event-wrapper .date-tag .day {
  font-size: 35px;
}
#front-hero .featured-events .event .event-wrapper .date-tag .month {
  font-size: 28px;
}
#front-hero .featured-events .event .event-wrapper .get-tickets {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events .event .event-wrapper .get-tickets {
    right: 45px;
    top: 30px;
  }
}
#front-hero .featured-events .event .event-wrapper .get-tickets a {
  color: #ffffff;
}
#front-hero .featured-events .event .event-wrapper .event-content {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  font-weight: 600;
  z-index: 2;
  padding: 16px;
  padding-right: 40px;
}
@media print, screen and (min-width: 45em) {
  #front-hero .featured-events .event .event-wrapper .event-content {
    padding: 45px;
    padding-right: 80px;
  }
}
#front-hero .featured-events .event .event-wrapper .event-content .video-play {
  margin-bottom: 20px;
}
#front-hero .featured-events .event .event-wrapper .event-content .video-play img {
  width: 50px;
}
#front-hero .featured-events .event .event-wrapper .event-content a {
  color: #ffffff;
}
#front-hero .featured-events .event .event-wrapper .event-content a .event-title {
  font-size: 36px;
  line-height: 1.1;
}
#front-hero .featured-events .event .event-wrapper .event-content .date-time, #front-hero .featured-events .event .event-wrapper .event-content .venue-genre {
  font-weight: 500;
}
#front-hero .featured-events .event .event-wrapper .event-content .date-time {
  font-size: 21px;
}
#front-hero .featured-events .event .event-wrapper .event-content .venue-genre {
  font-size: 17px;
}

.upcoming-events {
  margin-top: 4.375rem;
}
.upcoming-events a.page-reset {
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.upcoming-events a.page-reset:hover, .upcoming-events a.page-reset:active, .upcoming-events a.page-reset:focus {
  color: #D91F27;
}
.upcoming-events h2.upcoming {
  font-size: 4rem;
  font-weight: 500;
}
.upcoming-events .filters {
  margin-top: 1.875rem;
}
.upcoming-events .filters label {
  font-size: 1.25rem;
  color: #bcbcbc;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}

.ctas {
  width: 100%;
}
.ctas .cta {
  position: relative;
  padding: 4rem 2rem;
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 45em) {
  .ctas .cta {
    padding: 3.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ctas .cta {
    padding: 60px;
    display: inline-block;
    width: 50%;
  }
  .ctas .cta:first-of-type {
    padding-left: 1rem;
  }
  .ctas .cta:last-of-type {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .ctas .cta {
    padding: 70px;
  }
}
.ctas .cta .cta-wrapper {
  position: relative;
  max-width: 500px;
}
.ctas .cta .cta-wrapper h4 {
  font-weight: 500;
  margin-bottom: 30px;
}
.ctas .cta .cta-wrapper .links {
  margin-top: 50px;
}
.ctas .cta .cta-wrapper a.cta-button {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  padding: 0.6rem 2.8125rem 0.6rem 0.6rem;
  position: relative;
  white-space: nowrap;
  display: block;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0.5rem;
  background-color: #ac191f;
}
.ctas .cta .cta-wrapper a.cta-button:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 45em) {
  .ctas .cta .cta-wrapper a.cta-button {
    background-color: transparent;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .ctas .cta .cta-wrapper a.cta-button:last-of-type {
    margin-right: 0;
  }
}
.ctas .cta .cta-wrapper a.cta-button:after {
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  background: transparent url(../images/next-arrow.svg) no-repeat right 50%;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  left: auto;
  margin-top: -20px;
}
.ctas .cta .cta-wrapper a.cta-button:hover, .ctas .cta .cta-wrapper a.cta-button:focus, .ctas .cta .cta-wrapper a.cta-button:active {
  background-color: #ac191f;
}
.ctas .rent-cta {
  background-image: url("../images/rent-cta-background.jpg");
  -webkit-background-size: cover;
          background-size: cover;
}
@media print, screen and (min-width: 64em) {
  .ctas .rent-cta {
    text-align: right;
  }
  .ctas .rent-cta .cta-wrapper {
    float: right;
  }
}
.ctas .rent-cta .cta-wrapper .button-1 {
  margin-right: 25px;
}
.ctas .support-cta {
  background: #D91F27;
  text-align: left;
  float: none;
}
@media print, screen and (min-width: 64em) {
  .ctas .support-cta {
    float: right;
  }
}
.ctas .support-cta .cta-wrapper .button-2 {
  margin-left: 25px;
}
.ctas .gift-cta {
  background: #D91F27;
  text-align: left;
  float: none;
}
@media print, screen and (min-width: 64em) {
  .ctas .gift-cta {
    float: right;
  }
}
.ctas .gift-cta .cta-wrapper .button-2 {
  margin-left: 25px;
}

.instagram-feed {
  position: relative;
}
.instagram-feed .fa-instagram {
  position: absolute;
  text-align: center;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  color: #000;
  background-color: #ffffff;
  font-size: 42px;
  border-radius: 50%;
  padding: 9px;
  width: 60px;
  height: 60px;
  opacity: 0.9;
}

.testimonials {
  width: 100%;
  padding: 2rem;
  min-height: 31.25rem;
  text-align: center;
  color: white;
}
.testimonials.is-home {
  margin-top: -6px;
  background-image: url("../images/testimonial-bg.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  color: #000;
}
.testimonials.c-education-community {
  background-color: #F6A823;
}
.testimonials .inner {
  width: 100%;
  max-width: 90rem;
}
.testimonials .testimonial-quote {
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.testimonials .author {
  text-transform: none;
  font-size: 1.2rem;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}

.button.see-all, .button.grid-load-more-link {
  color: #ffffff;
  font-weight: 500;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  padding: 1rem;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  font-size: 21px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: auto;
}
.button.see-all:hover, .button.see-all:active, .button.see-all:focus, .button.grid-load-more-link:hover, .button.grid-load-more-link:active, .button.grid-load-more-link:focus {
  background-color: #D91F27;
}
.button.see-all:after, .button.grid-load-more-link:after {
  display: inline;
  content: "";
  padding: 0 20px;
  height: 40px;
  width: 40px;
  position: relative;
}
.button.see-all:hover, .button.see-all:focus, .button.see-all:active, .button.grid-load-more-link:hover, .button.grid-load-more-link:focus, .button.grid-load-more-link:active {
  background-color: #ac191f;
}

.button.see-all:after {
  background: transparent url(../images/next-arrow.svg) no-repeat right 50%;
}

.button.grid-load-more-link {
  max-width: 18.75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.button.grid-load-more-link:after {
  background: transparent url(../images/arrow_down.svg) no-repeat right 50%;
  -webkit-background-size: contain;
          background-size: contain;
}

.facebook-feed-cont {
  background: #fff;
  padding-top: 3rem;
}
.facebook-feed-cont .cff-header {
  color: #D91F27;
  padding-left: 2rem;
}
.facebook-feed-cont .cff-header span {
  color: #D91F27;
}
.facebook-feed-cont #cff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facebook-feed-cont #cff .cff-item {
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0.5rem !important;
  width: calc(50% - 1rem);
}
@media print, screen and (min-width: 45em) {
  .facebook-feed-cont #cff .cff-item {
    width: calc(25% - 1rem);
  }
}
.facebook-feed-cont #cff .cff-item .cff-text {
  color: #202020;
}
.facebook-feed-cont #cff .cff-item span a {
  color: #1779ba;
}
.facebook-feed-cont .cff-likebox {
  display: none;
}

.home-hero-section {
  background-color: #490D0D;
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}
.home-hero-section .content-row > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 44.9375em) {
  .home-hero-section .content-row .content-col:first-child {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 44.9375em) {
  .home-hero-section .content-row .content-col:first-child .inner-wrapper {
    height: 28.75rem;
  }
}
@media screen and (max-width: 44.9375em) {
  .home-hero-section .content-row .content-col:last-child .inner-wrapper {
    height: 17.5rem;
  }
}
.home-hero-section .content-row .content-col .inner-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 45em) {
  .home-hero-section .content-row .content-col .inner-wrapper {
    min-height: 35rem;
  }
}
.home-hero-section .content-row .content-col .inner-wrapper .cover-image {
  position: relative;
}
.home-hero-section .content-row .content-col .inner-wrapper .cover-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.home-hero-section .content-row .content-col .inner-wrapper:hover .cover-image::before, .home-hero-section .content-row .content-col .inner-wrapper:focus .cover-image::before, .home-hero-section .content-row .content-col .inner-wrapper:active .cover-image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 100%);
}
.home-hero-section .content-row .content-col .inner-wrapper:hover .button:not(.has-icon), .home-hero-section .content-row .content-col .inner-wrapper:focus .button:not(.has-icon), .home-hero-section .content-row .content-col .inner-wrapper:active .button:not(.has-icon) {
  background-color: #ae191f;
}
.home-hero-section .content-row .content-col .inner-wrapper:hover .button.has-icon, .home-hero-section .content-row .content-col .inner-wrapper:focus .button.has-icon, .home-hero-section .content-row .content-col .inner-wrapper:active .button.has-icon {
  color: #D91F27;
  background-color: transparent;
}
.home-hero-section .content-row .content-col .inner-wrapper:hover .button.has-icon .icon, .home-hero-section .content-row .content-col .inner-wrapper:focus .button.has-icon .icon, .home-hero-section .content-row .content-col .inner-wrapper:active .button.has-icon .icon {
  padding-left: 0;
  -webkit-transform: translateX(0.25rem);
      -ms-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.home-hero-section .content-row .content-col .inner-wrapper .content-and-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 44.9375em) {
  .home-hero-section .content-row .content-col .inner-wrapper .content-and-button-wrapper {
    padding: 1rem;
  }
}
.home-hero-section .content-row .content-col .inner-wrapper .content-and-button-wrapper .content .title {
  color: #D9A838;
  font-weight: 500;
  word-break: break-word;
}
.home-hero-section .content-row .content-col .inner-wrapper .content-and-button-wrapper .content .sub-title {
  color: #ffffff;
  font-weight: 500;
}
@supports (aspect-ratio: 1) {
  .home-hero-section .content-row .left-column .inner-wrapper {
    aspect-ratio: 864/560;
  }
}
@supports not (aspect-ratio: 1) {
  .home-hero-section .content-row .left-column .inner-wrapper {
    overflow: hidden;
    height: 0;
    padding-top: calc(560 / 864 * 100%);
  }
  .home-hero-section .content-row .left-column .inner-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.home-hero-section .content-row .left-column .content-and-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 45em) {
  .home-hero-section .content-row .left-column .content-and-button-wrapper {
    padding: 2.5rem;
  }
}
.home-hero-section .content-row .left-column .content-and-button-wrapper .content {
  margin-right: 1.5rem;
}
@media screen and (max-width: 63.9375em) {
  .home-hero-section .content-row .left-column .content-and-button-wrapper .content {
    margin-bottom: 1rem;
  }
}
.home-hero-section .content-row .left-column .content-and-button-wrapper .content .title {
  font-size: 4rem;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
  line-height: 1;
  text-transform: uppercase;
}
.home-hero-section .content-row .left-column .content-and-button-wrapper .content .sub-title {
  font-size: 1.125rem;
  line-height: 1.3928571429;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .home-hero-section .content-row .left-column .content-and-button-wrapper .content .sub-title {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 45em) {
  .home-hero-section .content-row .right-column .content-and-button-wrapper {
    padding: 2rem;
  }
}
.home-hero-section .content-row .right-column .content-and-button-wrapper .content .title {
  color: #D9A838;
  font-size: 2.375rem;
}
@media print, screen and (min-width: 45em) {
  .home-hero-section .content-row .right-column .content-and-button-wrapper .content .title {
    font-size: 3.125rem;
  }
}
.home-hero-section .content-row .right-column .content-and-button-wrapper .content .sub-title {
  font-size: 1.3125rem;
  line-height: 1.380952381;
}
.home-hero-section .content-row .right-column .content-and-button-wrapper .button.has-icon {
  padding-left: 0;
}
.home-hero-section .background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 12rem;
}
@media print, screen and (min-width: 45em) {
  .home-hero-section .background-image {
    height: 10rem;
  }
}
.home-hero-section .background-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

#kitchen-sink {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
#kitchen-sink::before, #kitchen-sink::after {
  display: table;
  content: " ";
}
#kitchen-sink::after {
  clear: both;
}
#kitchen-sink header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  #kitchen-sink header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#kitchen-sink header:last-child:not(:first-child) {
  float: right;
}
#kitchen-sink header .lead {
  font-size: 125%;
  line-height: 1.6;
}
#kitchen-sink #components {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
#kitchen-sink #components hr {
  margin: 3rem 0;
}
@media print, screen and (min-width: 45em) {
  #kitchen-sink #components {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#kitchen-sink #components:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #components {
    width: 75%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 45em) {
  #kitchen-sink #components {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #components:last-child:not(:first-child) {
    float: right;
  }
}
#kitchen-sink #kitchen-sink-nav {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: block;
    float: right;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 45em) {
  #kitchen-sink #kitchen-sink-nav {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
    font-size: 0.85rem;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav .docs-menu-title {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #999;
    font-weight: bold;
    line-height: 1;
    padding-left: 0.9rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #e9e9e9;
    margin-top: 1rem;
    padding-top: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav .docs-toc {
    width: 100%;
    padding-left: 4rem;
    padding-right: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav .docs-toc .active {
    background: #2199e8;
    color: white;
  }
}
@media print, screen and (min-width: 64em) {
  #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}
#kitchen-sink .row.display {
  background: #eee;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 2rem;
  border: solid 1px #c6c6c6;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
  background: #e1e1e1;
}

body {
  overflow-x: hidden;
}

.off-canvas-wrapper {
  overflow: hidden;
}

.wyz-wrap p {
  font-size: 1.125rem;
}
.wyz-wrap ul li {
  text-transform: none;
  font-size: 1.125rem;
}

.vert-center > * {
  width: 100%;
}

.gen-wrapper {
  margin-top: 3rem;
}
.gen-wrapper.program-page {
  margin-top: 0;
}
.gen-wrapper.program-page .program-header {
  padding-top: 3rem;
}
.gen-wrapper.is-search .main-content .content-wrap, .gen-wrapper.is-archive .main-content .content-wrap {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.gen-wrapper.is-search .main-content .content-wrap:last-child:not(:first-child), .gen-wrapper.is-archive .main-content .content-wrap:last-child:not(:first-child) {
  float: right;
}
.gen-wrapper .main-content {
  padding-bottom: 3rem;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.gen-wrapper .main-content::before, .gen-wrapper .main-content::after {
  display: table;
  content: " ";
}
.gen-wrapper .main-content::after {
  clear: both;
}
.gen-wrapper .main-content .content-wrap {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  .gen-wrapper .main-content .content-wrap {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gen-wrapper .main-content .content-wrap:last-child:not(:first-child) {
  float: right;
}
.gen-wrapper .tabs-row {
  margin-top: 3rem;
}
@media print, screen and (min-width: 64em) {
  .gen-wrapper .tabs-row {
    margin-top: 5rem;
  }
}
.gen-wrapper .entry-title, .gen-wrapper .month-filter {
  padding-left: 20px;
  padding-right: 20px;
}
.gen-wrapper .post-head .entry-title {
  padding-left: 0;
  padding-right: 0;
}
.gen-wrapper .entry-content p {
  font-size: 1.125rem;
}

.tab-content-wrap {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.tab-content-wrap::before, .tab-content-wrap::after {
  display: table;
  content: " ";
}
.tab-content-wrap::after {
  clear: both;
}

.flex-content-row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.flex-content-row::before, .flex-content-row::after {
  display: table;
  content: " ";
}
.flex-content-row::after {
  clear: both;
}
.flex-content-row:first-of-type {
  padding-top: 3rem;
}
.flex-content-row:last-of-type {
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 45em) {
  .flex-content-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .flex-content-row:first-of-type {
    padding-top: 4rem;
  }
  .flex-content-row:last-of-type {
    padding-bottom: 4rem;
  }
}
.flex-content-row .section-title {
  padding-left: 20px;
  padding-right: 20px;
  color: #D91F27;
  margin-bottom: 3rem;
}

.tabs {
  background-color: transparent;
}
.tabs .tabs-title > a {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  background-color: #4A4A4A;
  color: white;
  text-align: center;
  font-size: 1rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabs .tabs-title > a:focus, .tabs .tabs-title > a[aria-selected=true] {
  background-color: #EBEBEB;
  color: #000;
}
.tabs .tabs-title > a:hover, .tabs .tabs-title > a:active {
  background-color: #646464;
}
.tabs .tabs-title.is-active > a {
  background-color: #EBEBEB;
  color: #000;
}
.tabs .tabs-title.is-active > a:hover, .tabs .tabs-title.is-active > a:active {
  background-color: #EBEBEB;
  color: #000;
}

.scrolling-tabs .tab-nav-cont {
  height: 4.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  overflow-x: auto;
  text-align: center;
}
.scrolling-tabs .tab-nav-cont .tabs {
  border: none;
  display: inline-block;
}
.scrolling-tabs .tab-nav-cont .tabs .tabs-title {
  height: 4.25rem;
}
@media print, screen and (min-width: 45em) {
  .scrolling-tabs .tab-nav-cont .tabs .tabs-title {
    height: auto;
  }
}
.scrolling-tabs .tab-nav-cont .tabs .tabs-title > a {
  min-width: 9rem;
  width: 9rem;
  padding: 1rem 1.5rem;
  height: 100%;
}
@media print, screen and (min-width: 45em) {
  .scrolling-tabs .tab-nav-cont .tabs .tabs-title > a {
    font-size: 1.2rem;
    height: 4.25rem;
    min-width: 10rem;
    width: 10rem;
  }
}
@media print, screen and (min-width: 64em) {
  .scrolling-tabs .tab-nav-cont .tabs .tabs-title > a {
    width: auto;
  }
}

.tabs-content {
  min-height: 25rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tabs-panel {
  color: #000;
  padding-top: 4rem;
  padding-bottom: 4.2rem;
  animation: fadein ease-in 0.8s;
  -moz-animation: fadein ease-in 0.8s; /* Firefox */
  -webkit-animation: fadein ease-in 0.8s; /* Safari and Chrome */
  -o-animation: fadein ease-in 0.8s; /* Opera */
}
@keyframes fadein {
  from {
    opacity: 0;
    background: #EBEBEB;
  }
  to {
    opacity: 1;
    background-color: #EBEBEB;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
    background: #EBEBEB;
  }
  to {
    opacity: 1;
    background: #EBEBEB;
  }
}

.flex-content-row.image-grid .tile-grid {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.flex-content-row.image-grid .tile-grid::before, .flex-content-row.image-grid .tile-grid::after {
  display: table;
  content: " ";
}
.flex-content-row.image-grid .tile-grid::after {
  clear: both;
}
.flex-content-row.image-grid .tile-grid > .image-tile-cont {
  float: left;
  width: 100%;
}
.flex-content-row.image-grid .tile-grid > .image-tile-cont:nth-of-type(1n) {
  clear: none;
}
.flex-content-row.image-grid .tile-grid > .image-tile-cont:nth-of-type(1n+1) {
  clear: both;
}
.flex-content-row.image-grid .tile-grid > .image-tile-cont:last-child {
  float: left;
}
@media print, screen and (min-width: 45em) {
  .flex-content-row.image-grid .tile-grid > .image-tile-cont {
    float: left;
    width: 50%;
  }
  .flex-content-row.image-grid .tile-grid > .image-tile-cont:nth-of-type(1n) {
    clear: none;
  }
  .flex-content-row.image-grid .tile-grid > .image-tile-cont:nth-of-type(2n+1) {
    clear: both;
  }
  .flex-content-row.image-grid .tile-grid > .image-tile-cont:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .flex-content-row.image-grid .tile-grid > .image-tile-cont {
    float: left;
    width: 25%;
  }
  .flex-content-row.image-grid .tile-grid > .image-tile-cont:nth-of-type(1n) {
    clear: none;
  }
  .flex-content-row.image-grid .tile-grid > .image-tile-cont:nth-of-type(4n+1) {
    clear: both;
  }
  .flex-content-row.image-grid .tile-grid > .image-tile-cont:last-child {
    float: left;
  }
}
.flex-content-row.header-img-tiles .tile-grid {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.flex-content-row.header-img-tiles .tile-grid::before, .flex-content-row.header-img-tiles .tile-grid::after {
  display: table;
  content: " ";
}
.flex-content-row.header-img-tiles .tile-grid::after {
  clear: both;
}
.flex-content-row.header-img-tiles .tile-grid > .tile-w-head {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.flex-content-row.header-img-tiles .tile-grid > .tile-w-head:nth-of-type(1n) {
  clear: none;
}
.flex-content-row.header-img-tiles .tile-grid > .tile-w-head:nth-of-type(1n+1) {
  clear: both;
}
.flex-content-row.header-img-tiles .tile-grid > .tile-w-head:last-child {
  float: left;
}
@media print, screen and (min-width: 45em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head {
    float: left;
    width: 50%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 45em) and (min-width: 45em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 45em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 45em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head:nth-of-type(2n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 45em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 45em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 64em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head:nth-of-type(3n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 64em) {
  .flex-content-row.header-img-tiles .tile-grid > .tile-w-head:last-child {
    float: left;
  }
}

.tile-w-head .tile-head.has-bg {
  position: relative;
  height: 9.375rem;
}
.tile-w-head .tile-head.has-bg::before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tile-w-head .tile-head.has-bg:before {
  z-index: 0;
}
.tile-w-head .tile-head.has-bg .tile-title {
  position: relative;
  z-index: 4;
}
.tile-w-head .tile-body {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.tile-w-head .tile-body ul > li {
  text-transform: none;
}

.image-tile-cont {
  margin-bottom: 0.75rem;
}
.image-tile-cont:last-of-type {
  margin-bottom: 0;
}

.image-tile {
  min-height: 9.375rem;
}
@media print, screen and (min-width: 45em) {
  .image-tile {
    min-height: 17.625rem;
    margin-bottom: 0;
  }
}

.box-office-col .col1, .box-office-col .col2 {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  .box-office-col .col1, .box-office-col .col2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.box-office-col .col1:last-child:not(:first-child), .box-office-col .col2:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 45em) {
  .box-office-col .col1, .box-office-col .col2 {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 45em) and (min-width: 45em) {
  .box-office-col .col1, .box-office-col .col2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 45em) {
  .box-office-col .col1:last-child:not(:first-child), .box-office-col .col2:last-child:not(:first-child) {
    float: right;
  }
}

.acf-map {
  width: 100%;
  height: 15.625rem;
  border: none;
  margin: 0 auto;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.box-office-info {
  margin-top: 3rem;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.box-office-info::before, .box-office-info::after {
  display: table;
  content: " ";
}
.box-office-info::after {
  clear: both;
}
.box-office-info .box-office-col, .box-office-info .map-col {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.box-office-info .box-office-col:last-child:not(:first-child), .box-office-info .map-col:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  .box-office-info .box-office-col, .box-office-info .map-col {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .box-office-info .box-office-col:last-child:not(:first-child), .box-office-info .map-col:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .box-office-info .map-col {
    padding-left: 2rem;
  }
}
.box-office-info .map-col .acf-map {
  height: 18.75rem;
}
.box-office-info .col-title {
  color: #D91F27;
}
.box-office-info .wrap p {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  color: white;
  font-size: 1.45rem;
  text-transform: uppercase;
  line-height: 1.3;
}
.box-office-info .wrap a {
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.box-office-info .wrap a:hover, .box-office-info .wrap a:focus, .box-office-info .wrap a:active {
  color: #D91F27;
}
.box-office-info .sub-line {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  color: white;
  font-size: 1.45rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2rem;
}
@media print, screen and (min-width: 45em) {
  .box-office-info .sub-line {
    padding-left: 20px;
  }
}

.error404 section.container {
  padding-top: 4rem;
}

.merch-grid {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .merch-grid {
    margin-top: 3rem;
  }
}
.merch-grid .column, .merch-grid .columns {
  overflow: hidden;
  margin-bottom: 1rem;
}
.merch-grid .image-cont {
  margin-bottom: 1.5rem;
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .merch-grid .image-cont {
    height: 18.75rem;
  }
}
.merch-grid .image-cont img {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
}
.merch-grid .title {
  margin-bottom: 1rem;
}
.merch-grid ul {
  margin-left: 0;
  list-style: none;
}
.merch-grid ul li p {
  margin-bottom: 0;
  line-height: 1.3;
}
.merch-grid label {
  display: inline;
  color: white;
  font-family: "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
}
.merch-grid label, .merch-grid .price {
  font-weight: 700;
}
.merch-grid p.price {
  font-size: 1.5rem;
}

.section-container {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 44.9375em) {
  .section-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .section-container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.container {
  padding-left: calc(3rem / 2);
  padding-right: calc(3rem / 2);
}
@media print, screen and (min-width: 45em) {
  .container {
    padding-left: calc(6rem / 2);
    padding-right: calc(6rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .container {
    padding-left: calc(8rem / 2);
    padding-right: calc(8rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .container {
    padding-left: calc(8rem / 2);
    padding-right: calc(8rem / 2);
  }
}

#page-sidebar-left {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
#page-sidebar-left::before, #page-sidebar-left::after {
  display: table;
  content: " ";
}
#page-sidebar-left::after {
  clear: both;
}
#page-sidebar-left .main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  #page-sidebar-left .main-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#page-sidebar-left .main-content:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 45em) {
  #page-sidebar-left .main-content {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: 33.3333333333%;
  }
}
@media print, screen and (min-width: 45em) and (min-width: 45em) {
  #page-sidebar-left .main-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 45em) {
  #page-sidebar-left .main-content:last-child:not(:first-child) {
    float: right;
  }
}
#page-sidebar-left .sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  #page-sidebar-left .sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#page-sidebar-left .sidebar:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 45em) {
  #page-sidebar-left .sidebar {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: -66.6666666667%;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 45em) and (min-width: 45em) {
  #page-sidebar-left .sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 45em) {
  #page-sidebar-left .sidebar:last-child:not(:first-child) {
    float: right;
  }
}

#page-full-width {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
#page-full-width::before, #page-full-width::after {
  display: table;
  content: " ";
}
#page-full-width::after {
  clear: both;
}
#page-full-width .main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  #page-full-width .main-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#page-full-width .main-content:last-child:not(:first-child) {
  float: right;
}

.events-feed {
  margin: 60px auto;
}

.event-archive-header .input-group {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 45em) {
  .event-archive-header .input-group {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
}
.event-archive-header .input-group .input-group-button {
  border: none;
}
.event-archive-header .input-group input[type=submit], .event-archive-header .input-group input[type=text] {
  height: 3.125rem;
}
.event-archive-header .input-group input[type=submit] {
  font-size: 1.25rem;
  font-family: "FontAwesome";
  content: "\f002";
  color: #D91F27;
  background-color: #070707;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-left: 1rem;
  padding-right: 1rem;
  border: none;
  margin-right: 0;
}
.event-archive-header .input-group input[type=submit]:hover, .event-archive-header .input-group input[type=submit]:focus {
  background-color: #D91F27;
  color: white;
}
.event-archive-header .input-group input[type=text] {
  font-size: 1.25rem;
  background-color: #070707;
  color: white;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  border: none;
}
.event-archive-header .input-group input[type=text]:placeholder {
  color: white;
}
.event-archive-header .input-group input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sponsor-row {
  position: relative;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  z-index: 3;
}
.sponsor-row .main-sponsor {
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .sponsor-row .main-sponsor {
    position: absolute;
    left: 0;
    bottom: 100%;
  }
}
.sponsor-row .main-sponsor .event-sponsor-hdg {
  background-color: #202020;
  font-family: "Oswald";
  text-transform: uppercase;
  left: 0.9375rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .sponsor-row .main-sponsor .event-sponsor-hdg {
    max-width: 12rem;
    margin-left: 0.9375rem;
    padding: 1rem;
  }
}
.sponsor-row .secondary-sponsor-hdg {
  font-family: "Oswald";
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 45em) {
  .sponsor-row .secondary-sponsor-hdg {
    padding-bottom: 1rem;
  }
}

.event-sponsor-hdg h6, .secondary-sponsor-hdg h6 {
  font-weight: 400;
  margin-bottom: 0;
}

.sponsor-wrapper {
  border-bottom: 3px solid #D91F27;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.sponsor-grid > .sponsor-tile {
  float: left;
  width: 12.5%;
}
.sponsor-grid > .sponsor-tile:nth-of-type(1n) {
  clear: none;
}
.sponsor-grid > .sponsor-tile:nth-of-type(8n+1) {
  clear: both;
}
.sponsor-grid > .sponsor-tile:last-child {
  float: left;
}
.sponsor-grid > .secondary-sponsor-tile {
  float: left;
  width: 33.3333333333%;
}
.sponsor-grid > .secondary-sponsor-tile:nth-of-type(1n) {
  clear: none;
}
.sponsor-grid > .secondary-sponsor-tile:nth-of-type(3n+1) {
  clear: both;
}
.sponsor-grid > .secondary-sponsor-tile:last-child {
  float: left;
}
@media print, screen and (min-width: 45em) {
  .sponsor-grid > .secondary-sponsor-tile {
    float: left;
    width: 16.6666666667%;
  }
  .sponsor-grid > .secondary-sponsor-tile:nth-of-type(1n) {
    clear: none;
  }
  .sponsor-grid > .secondary-sponsor-tile:nth-of-type(6n+1) {
    clear: both;
  }
  .sponsor-grid > .secondary-sponsor-tile:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .sponsor-grid > .secondary-sponsor-tile {
    float: left;
    width: 12.5%;
  }
  .sponsor-grid > .secondary-sponsor-tile:nth-of-type(1n) {
    clear: none;
  }
  .sponsor-grid > .secondary-sponsor-tile:nth-of-type(8n+1) {
    clear: both;
  }
  .sponsor-grid > .secondary-sponsor-tile:last-child {
    float: left;
  }
}
.sponsor-grid .sponsor-tile {
  background-color: white;
}
.sponsor-grid .sponsor-tile .inner {
  width: 100%;
  height: 100%;
}
.sponsor-grid .secondary-sponsor-tile {
  background: transparent;
}
.sponsor-grid .secondary-sponsor-tile .inner {
  width: 100%;
  height: 100%;
  font-family: "Oswald";
  color: white;
  opacity: 0.8;
}
.sponsor-grid .secondary-sponsor-tile .inner:hover {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.event-wrapper .get-tickets a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  padding: 0.75rem 3.75rem 0.75rem 0.75rem;
  position: relative;
}
.event-wrapper .get-tickets a:after {
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  background: transparent url(../images/ticket-icon.svg) no-repeat right 50%;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  left: auto;
  margin-top: -20px;
}
.event-wrapper .get-tickets a:hover, .event-wrapper .get-tickets a:focus, .event-wrapper .get-tickets a:active {
  background-color: #D91F27;
}
.event-wrapper .sold-out-tag {
  position: absolute;
  right: 1rem;
  top: 1rem;
  max-width: 4rem;
  background-color: #D91F27;
  border-radius: 2rem;
  color: white;
  padding: 0.75rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  text-align: center;
  font-weight: 700;
  line-height: 0.9;
  z-index: 1;
}
.event-wrapper a.link-wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.event-wrapper a.link-wrap .date-time, .event-wrapper a.link-wrap .venue-genre, .event-wrapper a.link-wrap .event-title {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.event-wrapper a.link-wrap:hover, .event-wrapper a.link-wrap:focus, .event-wrapper a.link-wrap:active {
  background-color: rgba(0, 0, 0, 0.6);
}
.event-wrapper a.link-wrap:hover .event-title, .event-wrapper a.link-wrap:focus .event-title, .event-wrapper a.link-wrap:active .event-title {
  color: #D91F27;
}
.event-wrapper .event-content {
  width: 100%;
}
.event-wrapper .event-content .event-title {
  font-size: 2rem;
  line-height: 1.1;
}

.events-feed .event.column, .events-feed .event.columns {
  width: 100%;
}
@media print, screen and (min-width: 45em) {
  .events-feed .event.column, .events-feed .event.columns {
    float: left;
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .events-feed .event.column, .events-feed .event.columns {
    width: 33.33%;
  }
}

.date-tag {
  font-weight: 500;
  text-align: center;
  background: #D91F27;
  padding: 1.1rem 1.2rem;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}

.event {
  margin-bottom: 30px;
}
.event.event-tile.hidden, .event.event-tile.load-more-hidden {
  display: none;
}
.event .event-wrapper {
  background: #000;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 45em) {
  .event .event-wrapper {
    min-height: 420px;
  }
}
@media print, screen and (min-width: 64em) {
  .event .event-wrapper {
    min-height: 380px;
  }
}
.event .event-wrapper header.tile-bg-image {
  position: absolute;
  opacity: 0.5;
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event .event-wrapper .date-tag {
  top: 0;
  left: 16px;
  position: absolute;
  color: #ffffff;
  z-index: 2;
}
@media print, screen and (min-width: 45em) {
  .event .event-wrapper .date-tag {
    left: 30px;
  }
}
.event .event-wrapper .date-tag .day, .event .event-wrapper .date-tag .month {
  line-height: 0.95;
}
.event .event-wrapper .date-tag .day {
  font-size: 36px;
  margin-bottom: 0.5rem;
}
.event .event-wrapper .date-tag .month {
  font-size: 28px;
}
.event .event-wrapper .get-tickets {
  position: absolute;
  right: 16px;
  top: 22px;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}
@media print, screen and (min-width: 45em) {
  .event .event-wrapper .get-tickets {
    right: 30px;
    top: 30px;
  }
}
.event .event-wrapper .get-tickets a {
  color: #ffffff;
}
.event .event-wrapper .video-play + .link-wrap .event-content {
  padding-right: 80px !important;
}
@media print, screen and (min-width: 45em) {
  .event .event-wrapper .video-play + .link-wrap .event-content {
    padding-right: 80px !important;
  }
}
.event .event-wrapper .event-content {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  font-weight: 600;
  z-index: 2;
  padding: 30px;
  padding-left: 1rem;
}
@media print, screen and (min-width: 45em) {
  .event .event-wrapper .event-content {
    padding: 30px;
  }
}
.event .event-wrapper .event-content .event-title {
  font-size: 2.0625rem;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
}
.event .event-wrapper .event-content .date-time, .event .event-wrapper .event-content .venue-genre {
  font-weight: 500;
  margin-top: 4px;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  line-height: 1.1;
  color: white;
}
.event .event-wrapper .event-content .date-time {
  font-size: 19px;
}
.event .event-wrapper .event-content .venue-genre {
  font-size: 17px;
}
.event .video-play {
  right: 24px;
  position: absolute;
  bottom: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
.event .video-play a {
  display: block;
}
.event .video-play img {
  width: 50px;
}
.event .video-play:hover, .event .video-play:focus, .event .video-play:active {
  opacity: 0.6;
}

.search-query-row .search-query-cont {
  color: #cacaca;
  margin: 0;
}
.search-query-row .search-query-cont.has-text {
  margin-top: 1rem;
  border-top: solid 2px #D91F27;
  padding-top: 1rem;
}

.post-password-form {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.post-password-form label {
  color: #ffffff;
}
.post-password-form input[type=submit] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: none;
  padding: 1rem;
  width: 100%;
  background-color: #D91F27;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background-color: #ffffff;
  color: #D91F27;
}

#single-post {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem;
}
#single-post::before, #single-post::after {
  display: table;
  content: " ";
}
#single-post::after {
  clear: both;
}
#single-post .main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 45em) {
  #single-post .main-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#single-post .main-content:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 45em) {
  #single-post .main-content {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 45em) and (min-width: 45em) {
  #single-post .main-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 45em) {
  #single-post .main-content:last-child:not(:first-child) {
    float: right;
  }
}
#single-post .main-content footer p a, #single-post .main-content .navigation.post-navigation .nav-links a {
  color: white;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#single-post .main-content footer p a:hover, #single-post .main-content footer p a:focus, #single-post .main-content .navigation.post-navigation .nav-links a:hover, #single-post .main-content .navigation.post-navigation .nav-links a:focus {
  color: #D91F27;
}

.share-post-cont {
  margin-top: 3rem;
}
.share-post-cont .ssba-wrap, .share-post-cont span {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  width: auto;
}
.share-post-cont .share-header {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  margin-right: 0.25rem;
}

.post-tags {
  margin-top: 1rem;
  text-transform: uppercase;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}
.post-tags a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}
.post-tags a:first-of-type {
  margin-left: 0.25rem;
}

.header-section {
  z-index: 1;
}

.post-head .title-block {
  margin-bottom: 1rem;
}

header#event-featured-hero {
  width: 100%;
  padding-bottom: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}
header#event-featured-hero .date-tag {
  top: 0;
  left: 45px;
  position: absolute;
  color: #ffffff;
  background: #D91F27;
  z-index: 2;
}
header#event-featured-hero .date-tag .day, header#event-featured-hero .date-tag .month {
  line-height: 0.95;
}
header#event-featured-hero .date-tag .day {
  font-size: 35px;
  margin-bottom: 0.5rem;
}
header#event-featured-hero .date-tag .month {
  font-size: 28px;
}
header#event-featured-hero .sold-out {
  position: absolute;
  top: 46%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 0px 16px #000;
}
header#event-featured-hero .main-sponsor {
  position: absolute;
  left: 40px;
  bottom: 0;
  text-align: center;
  text-transform: none;
}
header#event-featured-hero .main-sponsor .logo {
  background: #ffffff;
  padding: 10px 6px;
}
header#event-featured-hero .main-sponsor .logo div {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
}
header#event-featured-hero .main-sponsor .logo img {
  max-width: 5rem;
  padding: 0.5rem;
  display: inline-block;
}
@media print, screen and (min-width: 64em) {
  header#event-featured-hero .main-sponsor .logo img {
    max-width: 11rem;
  }
}

.secondary-sponsors {
  margin-top: 20px;
}
.secondary-sponsors div {
  font-size: 15px;
  color: #626262;
}
.secondary-sponsors span.sec-sponsor-name {
  font-size: 19px;
}
.secondary-sponsors span.sec-sponsor-name:not(:last-child):after {
  content: " • ";
  color: #626262;
}

.event-details {
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}
.event-details h1, .event-details h2, .event-details h3, .event-details h4, .event-details h5, .event-details h6 {
  line-height: 1;
}
.event-details .headliner {
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 45em) {
  .event-details .headliner {
    padding-top: 0;
  }
}
.event-details .headliner .venue {
  font-size: 1.0625rem;
}
.event-details .headliner h1 {
  font-size: 3.25rem;
}
.event-details .headliner h1 .info-icon {
  margin-left: 4px;
  margin-bottom: 2px;
}
.event-details .events-label {
  color: #626262;
  margin-bottom: 4px;
}
.event-details .special-guests h3 {
  font-size: 2rem;
}
.event-details .date-time {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}
.event-details .date-time .event-time {
  font-size: 1.25rem;
  font-weight: 500;
}
.event-details .ticket-cost {
  font-size: 1.375rem;
  margin-top: 20px;
}
.event-details .tickets-link {
  margin-top: 15px;
  margin-bottom: 15px;
}
.event-details .tickets-link a.button {
  background-color: #202020;
  font-size: 1.25rem;
  border: 2px solid #D91F27;
  border-radius: 6px;
  display: block;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media print, screen and (min-width: 45em) {
  .event-details .tickets-link a.button {
    display: inline-block;
  }
}
.event-details .tickets-link a.button:after {
  display: inline;
  content: "";
  padding: 0 20px;
  height: 40px;
  width: 40px;
  position: relative;
  background: transparent url(../images/ticket-icon.svg) no-repeat right 50%;
  -webkit-background-size: contain;
          background-size: contain;
}
.event-details .tickets-link a.button:hover, .event-details .tickets-link a.button:active, .event-details .tickets-link a.button:focus {
  background-color: #D91F27;
}
.event-details .tickets-link .phone-number {
  font-size: 1.4375rem;
  color: #ffffff;
}
.event-details .tickets-link .phone-number a {
  color: #ffffff;
}
.event-details a:not(.button) {
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.event-details a:not(.button):hover, .event-details a:not(.button):focus, .event-details a:not(.button):active {
  color: #D91F27;
}
.event-details .event-has-passed {
  margin-top: 30px;
}
.event-details .event-has-passed h4 {
  font-size: 1.25rem;
  border: 2px solid #D91F27;
  border-radius: 6px;
  padding: 14px;
  width: auto;
  display: inline-block;
}
.event-details h1 {
  font-size: 55px;
}
.event-details .info-icon {
  display: inline-block;
  margin: 0 0 0 6px;
}
.event-details h3 {
  font-size: 36px;
}
.event-details .openers, .event-details .special-guests {
  margin-top: 12px;
}
.event-details .addthis_inline_share_toolbox {
  margin-top: 4px;
}

a.reg-link {
  color: white;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.reg-link span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.reg-link:hover, a.reg-link:focus, a.reg-link:active {
  color: #D91F27;
}
a.reg-link:hover span, a.reg-link:focus span, a.reg-link:active span {
  color: #D91F27 !important;
}

.artists {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid #D91F27;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.5px;
}
.artists .headliner-label {
  color: #626262;
}
.artists h1 {
  font-size: 40px;
  line-height: 1;
}
.artists .website-link {
  color: #ffffff;
  font-size: 18px;
}
.artists .social-icons {
  font-size: 28px;
}
.artists .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.artists .embed-container iframe, .artists .embed-container object, .artists .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artists .artist-details {
  height: 5%;
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
.artists .artist-details.expand {
  height: 100%;
  max-height: 2000px;
}
.artists.special-guests .artist-details {
  height: 100%;
}

.button.read-more {
  font-size: 1.1rem;
  background-color: transparent;
  border-radius: 4px;
  text-transform: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button.read-more:hover, .button.read-more:focus, .button.read-more:active {
  background-color: #D91F27;
}

.single-post-feat-img {
  width: 100%;
  margin-bottom: 2rem;
}

article.post.type-post {
  margin-bottom: 3rem;
}

.excerpt {
  margin-bottom: 1.5rem;
}

a.continue-reading {
  margin-top: 2rem;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 1px;
}
a.continue-reading:after {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-left: 1rem;
}

.blogpost-entry {
  padding-top: 2rem;
}
.blogpost-entry header h2 a, .blogpost-entry footer p a, .blogpost-entry a.continue-reading {
  color: white;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.blogpost-entry header h2 a:hover, .blogpost-entry header h2 a:focus, .blogpost-entry footer p a:hover, .blogpost-entry footer p a:focus, .blogpost-entry a.continue-reading:hover, .blogpost-entry a.continue-reading:focus {
  color: #D91F27;
}
.blogpost-entry hr {
  padding-top: 1rem;
  border-bottom: 1px solid #D91F27;
}
.blogpost-entry .time.updated {
  color: #8a8a8a;
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
}
.blogpost-entry .single-post-feat-img {
  margin-top: 2rem;
}
.blogpost-entry .single-post-feat-img-div {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blogpost-entry:last-child {
  padding-bottom: 4rem;
}
.blogpost-entry:last-child hr {
  display: none;
}

.month-filter {
  margin-top: 2rem;
  color: #8a8a8a;
}

.post-footer {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.post-footer::before, .post-footer::after {
  display: table;
  content: " ";
}
.post-footer::after {
  clear: both;
}
.post-footer > .inner {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.post-footer > .inner:last-child:not(:first-child) {
  float: right;
}

header#education_community {
  min-height: 25rem;
}
@media print, screen and (min-width: 64em) {
  header#education_community {
    min-height: 50rem;
  }
}

@media print, screen and (min-width: 64em) {
  #featured_programs_section .row {
    margin-top: -18.75rem;
  }
}

.program-tile-grid {
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}

.program-tile {
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 0.5rem 0;
}
@media print, screen and (min-width: 45em) {
  .program-tile {
    width: 50%;
    padding: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-tile {
    width: 25%;
  }
}
.program-tile.full-width {
  width: 100%;
}
@media print, screen and (min-width: 45em) {
  .program-tile.a-half {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .program-tile.a-half {
    width: 50%;
  }
}
.program-tile.c-el-sistema-aeolian .tile-link:before {
  background-color: #a91224;
}
.program-tile.c-el-sistema-aeolian .tile-link:hover:before, .program-tile.c-el-sistema-aeolian .tile-link:focus:before, .program-tile.c-el-sistema-aeolian .tile-link:active:before {
  opacity: 0.8;
}
.program-tile.c-el-sistema-aeolian .tile-link, .program-tile.c-el-sistema-aeolian .button.fake-link, .program-tile.c-el-sistema-aeolian .corner-flag {
  background-color: #EA374D;
}
.program-tile.c-the-rebelheart-collective .tile-link:before {
  background-color: #7f1036;
}
.program-tile.c-the-rebelheart-collective .tile-link:hover:before, .program-tile.c-the-rebelheart-collective .tile-link:focus:before, .program-tile.c-the-rebelheart-collective .tile-link:active:before {
  opacity: 0.8;
}
.program-tile.c-the-rebelheart-collective .tile-link, .program-tile.c-the-rebelheart-collective .button.fake-link, .program-tile.c-the-rebelheart-collective .corner-flag {
  background-color: #D91C5C;
}
.program-tile.c-pride-mens-chorus .tile-link:before {
  background-color: #338f43;
}
.program-tile.c-pride-mens-chorus .tile-link:hover:before, .program-tile.c-pride-mens-chorus .tile-link:focus:before, .program-tile.c-pride-mens-chorus .tile-link:active:before {
  opacity: 0.8;
}
.program-tile.c-pride-mens-chorus .tile-link, .program-tile.c-pride-mens-chorus .button.fake-link, .program-tile.c-pride-mens-chorus .corner-flag {
  background-color: #61C773;
}
.program-tile.c-88-keys-to-inspiration .tile-link:before {
  background-color: #6baa27;
}
.program-tile.c-88-keys-to-inspiration .tile-link:hover:before, .program-tile.c-88-keys-to-inspiration .tile-link:focus:before, .program-tile.c-88-keys-to-inspiration .tile-link:active:before {
  opacity: 0.8;
}
.program-tile.c-88-keys-to-inspiration .tile-link, .program-tile.c-88-keys-to-inspiration .button.fake-link, .program-tile.c-88-keys-to-inspiration .corner-flag {
  background-color: #9EDA5D;
}
.program-tile.c-ignite-london .tile-link:before {
  background-color: #8b2716;
}
.program-tile.c-ignite-london .tile-link:hover:before, .program-tile.c-ignite-london .tile-link:focus:before, .program-tile.c-ignite-london .tile-link:active:before {
  opacity: 0.8;
}
.program-tile.c-ignite-london .tile-link, .program-tile.c-ignite-london .button.fake-link, .program-tile.c-ignite-london .corner-flag {
  background-color: #DD442A;
}
.program-tile.c-art-shows .tile-link:before {
  background-color: #1cb18f;
}
.program-tile.c-art-shows .tile-link:hover:before, .program-tile.c-art-shows .tile-link:focus:before, .program-tile.c-art-shows .tile-link:active:before {
  opacity: 0.8;
}
.program-tile.c-art-shows .tile-link, .program-tile.c-art-shows .button.fake-link, .program-tile.c-art-shows .corner-flag {
  background-color: #50E3C2;
}
.program-tile.c-school-of-music .tile-link:before {
  background-color: #1581ff;
}
.program-tile.c-school-of-music .tile-link:hover:before, .program-tile.c-school-of-music .tile-link:focus:before, .program-tile.c-school-of-music .tile-link:active:before {
  opacity: 0.8;
}
.program-tile.c-school-of-music .tile-link, .program-tile.c-school-of-music .button.fake-link, .program-tile.c-school-of-music .corner-flag {
  background-color: #7BB8FF;
}
.program-tile .corner-flag {
  position: absolute;
  top: 0;
  padding: 1rem 1.6rem;
  background-color: #D91F27;
  text-align: center;
  min-height: 6.25rem;
  z-index: 3;
  left: 1rem;
}
@media print, screen and (min-width: 45em) {
  .program-tile .corner-flag {
    left: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-tile .corner-flag {
    left: 3rem;
  }
}
.program-tile .tile-link {
  position: relative;
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
}
.program-tile .tile-link::before {
  background: black;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (min-width: 45em) {
  .program-tile .tile-link {
    padding: 2rem;
  }
}
.program-tile .tile-link:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  opacity: 0;
}
.program-tile .tile-link:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  position: absolute;
  background-color: black;
  opacity: 0.4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}
.program-tile .tile-link:hover, .program-tile .tile-link:focus, .program-tile .tile-link:active {
  color: white;
}
.program-tile .tile-link:hover:after, .program-tile .tile-link:focus:after, .program-tile .tile-link:active:after {
  opacity: 0;
}
.program-tile .tile-link.has-flag {
  padding: 8rem 1rem 3rem 1rem;
}
@media print, screen and (min-width: 45em) {
  .program-tile .tile-link.has-flag {
    padding: 8rem 2rem 4rem 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .program-tile .tile-link.has-flag {
    padding: 8rem 3rem 3rem 3rem;
  }
}
.program-tile .tile-inner {
  position: relative;
  z-index: 2;
}
.program-tile .excerpt, .program-tile p, .program-tile .button {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
}
.program-tile .excerpt {
  font-size: 1.125rem;
}
.program-tile .button.fake-link {
  font-weight: 700;
  text-align: center;
  min-width: 9.375rem;
  border-radius: 6px;
  margin: 1rem 0 0 0;
  font-size: 1.125rem;
}
.program-tile .tile-title {
  line-height: 1;
}

.full-width .tile-inner {
  max-width: 59.375rem;
}
.full-width .tile-inner .title-block, .full-width .tile-inner .content-block {
  width: 100%;
  float: none;
  padding-top: 1rem;
}
@media print, screen and (min-width: 64em) {
  .full-width .tile-inner .title-block, .full-width .tile-inner .content-block {
    width: 50%;
    float: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .full-width .tile-inner .title-block {
    text-align: right;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .full-width .tile-inner .content-block {
    padding-left: 30px;
    border-left: solid white 1px;
  }
}

.a-half .tile-inner, .a-fourth .tile-inner {
  height: 100%;
}
.a-half .content-block, .a-fourth .content-block {
  height: 100%;
}
.a-half .content-block .button.fake-link, .a-fourth .content-block .button.fake-link {
  margin-top: auto;
  max-width: 180px;
}

.a-fourth {
  text-align: center;
}
.a-fourth .tile-title {
  margin-bottom: 1rem;
}
.a-fourth .button.fake-link {
  margin-left: auto;
  margin-right: auto;
}

.program-page.c-el-sistema-aeolian .breadcrumbs {
  border-bottom-color: #F6A823;
}
.program-page.c-el-sistema-aeolian a:not(.button):hover, .program-page.c-el-sistema-aeolian a:not(.button):focus, .program-page.c-el-sistema-aeolian a:not(.button):active {
  color: #F6A823;
}
.program-page.c-el-sistema-aeolian .testimonials {
  background-color: #F6A823;
}
.program-page.c-el-sistema-aeolian .pc-text {
  color: #F6A823;
}
.program-page.c-the-rebelheart-collective .breadcrumbs {
  border-bottom-color: #D91C5C;
}
.program-page.c-the-rebelheart-collective a:not(.button):hover, .program-page.c-the-rebelheart-collective a:not(.button):focus, .program-page.c-the-rebelheart-collective a:not(.button):active {
  color: #D91C5C;
}
.program-page.c-the-rebelheart-collective .testimonials {
  background-color: #D91C5C;
}
.program-page.c-the-rebelheart-collective .pc-text {
  color: #D91C5C;
}
.program-page.c-pride-mens-chorus .breadcrumbs {
  border-bottom-color: #61C773;
}
.program-page.c-pride-mens-chorus a:not(.button):hover, .program-page.c-pride-mens-chorus a:not(.button):focus, .program-page.c-pride-mens-chorus a:not(.button):active {
  color: #61C773;
}
.program-page.c-pride-mens-chorus .testimonials {
  background-color: #61C773;
}
.program-page.c-pride-mens-chorus .pc-text {
  color: #61C773;
}
.program-page.c-88-keys-to-inspiration .breadcrumbs {
  border-bottom-color: #9EDA5D;
}
.program-page.c-88-keys-to-inspiration a:not(.button):hover, .program-page.c-88-keys-to-inspiration a:not(.button):focus, .program-page.c-88-keys-to-inspiration a:not(.button):active {
  color: #9EDA5D;
}
.program-page.c-88-keys-to-inspiration .testimonials {
  background-color: #9EDA5D;
}
.program-page.c-88-keys-to-inspiration .pc-text {
  color: #9EDA5D;
}
.program-page.c-ignite-london .breadcrumbs {
  border-bottom-color: #DD442A;
}
.program-page.c-ignite-london a:not(.button):hover, .program-page.c-ignite-london a:not(.button):focus, .program-page.c-ignite-london a:not(.button):active {
  color: #DD442A;
}
.program-page.c-ignite-london .testimonials {
  background-color: #DD442A;
}
.program-page.c-ignite-london .pc-text {
  color: #DD442A;
}
.program-page.c-art-shows .breadcrumbs {
  border-bottom-color: #50E3C2;
}
.program-page.c-art-shows a:not(.button):hover, .program-page.c-art-shows a:not(.button):focus, .program-page.c-art-shows a:not(.button):active {
  color: #50E3C2;
}
.program-page.c-art-shows .testimonials {
  background-color: #50E3C2;
}
.program-page.c-art-shows .pc-text {
  color: #50E3C2;
}
.program-page.c-school-of-music .breadcrumbs {
  border-bottom-color: #7BB8FF;
}
.program-page.c-school-of-music a:not(.button):hover, .program-page.c-school-of-music a:not(.button):focus, .program-page.c-school-of-music a:not(.button):active {
  color: #7BB8FF;
}
.program-page.c-school-of-music .testimonials {
  background-color: #7BB8FF;
}
.program-page.c-school-of-music .pc-text {
  color: #7BB8FF;
}

.program-header .row-cont {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 45em) {
  .program-header .row-cont {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.program-header .row-cont.intro-section {
  background-color: rgba(32, 32, 32, 0.55);
}
.program-header .row-cont .columns {
  margin-bottom: 2rem;
}
.program-header .row-cont .columns:last-of-type {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 45em) {
  .program-header .row-cont .columns {
    margin-bottom: 0;
  }
}

.video-cont {
  overflow: hidden;
}
.video-cont > iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}

#page_328 {
  margin-top: 1rem;
}
@media print, screen and (min-width: 45em) {
  #page_328 {
    margin-top: 3rem;
  }
}

.post-328 h1.entry-title {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 45em) {
  .post-328 h1.entry-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 3rem;
  }
}
.post-328 .content-wrap {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.locations {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 3rem;
}
.locations > div.columns {
  margin-bottom: 3rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media print, screen and (min-width: 45em) {
  .locations > div.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.locations .loc-name, .locations .contact-deets, .locations .address-deets, .locations .other, .locations .social, .locations .parking {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 45em) {
  .locations .loc-name, .locations .contact-deets, .locations .address-deets, .locations .other, .locations .social, .locations .parking {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.locations .loc-name {
  color: #D91F27;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.locations .contact-deets {
  list-style-type: none;
  margin-left: 0rem;
  min-height: 6rem;
}
.locations .contact-deets a {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.locations .contact-deets a:hover {
  color: #D91F27;
}
.locations .address-deets {
  min-height: 6rem;
}
.locations .other {
  min-height: 6rem;
}
.locations .social {
  min-height: 4rem;
  margin-top: 0rem;
}
@media print, screen and (min-width: 45em) {
  .locations .social {
    min-height: 6rem;
  }
}
.locations .parking {
  min-height: 4rem;
}
@media print, screen and (min-width: 45em) {
  .locations .parking {
    min-height: 6rem;
  }
}
.locations .parking:before {
  content: "Parking available at ";
}
.locations:after {
  content: " ";
  border-bottom: 0.25rem solid #D91F27;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 45em) {
  .locations:after {
    width: 100%;
  }
}

.contact-row > div.columns {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 45em) {
  .contact-row > div.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.contact-row h1.column-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.contact-row .contact-list {
  list-style-type: none;
  margin-left: 0rem;
  border-bottom: 0.25rem solid #D91F27;
  margin-bottom: 4rem;
}
.contact-row .contact-list li {
  min-height: 6rem;
}
@media print, screen and (min-width: 45em) {
  .contact-row .contact-list {
    border-bottom: none;
    margin-bottom: 0rem;
  }
}
@media print, screen and (min-width: 45em) {
  .contact-row .newsletter-cta {
    margin-top: 3rem;
  }
}
.contact-row .newsletter-cta .subscribe-meta {
  text-transform: uppercase;
}
.contact-row .newsletter-cta .subscribe-meta > div {
  display: inline-block;
  float: left;
}
.contact-row .newsletter-cta .subscribe-meta > div:after {
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  bottom: 0.15rem;
}
.contact-row .newsletter-cta .subscribe-meta > div:last-child:after {
  display: none;
}
.contact-row .newsletter-cta .subscribe-button-cont {
  margin-top: 2rem;
}
.contact-row .newsletter-cta .subscribe-button-cont .subscribe-button {
  background-color: transparent;
  border-radius: 0.5rem;
  border: 0.2rem solid #D91F27;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.contact-row .newsletter-cta .subscribe-button-cont .subscribe-button:hover, .contact-row .newsletter-cta .subscribe-button-cont .subscribe-button:focus {
  background-color: #D91F27;
}
.contact-row .newsletter-cta .subscribe-button-cont .subscribe-button:after {
  font-family: "FontAwesome";
  margin-left: 0.5rem;
  content: "\f0e0";
}
@media print, screen and (min-width: 45em) {
  .contact-row .newsletter {
    margin-top: 3rem;
  }
}
.contact-row .newsletter > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.form-cont {
  border-bottom: 0.25rem solid #D91F27;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 45em) {
  .form-cont {
    border-bottom: none;
    margin-bottom: 0rem;
  }
}
.form-cont .gform_wrapper .gform_body .gfield_label {
  display: none;
}
.form-cont .gform_wrapper .gform_body .ginput_container input[type=text], .form-cont .gform_wrapper .gform_body .ginput_container textarea {
  background-color: #d8d8d8;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.form-cont .gform_wrapper .gform_body .ginput_container input[type=text]::-webkit-input-placeholder, .form-cont .gform_wrapper .gform_body .ginput_container textarea::-webkit-input-placeholder {
  color: #1c1c1c;
}
.form-cont .gform_wrapper .gform_body .ginput_container input[type=text]:-ms-input-placeholder, .form-cont .gform_wrapper .gform_body .ginput_container textarea:-ms-input-placeholder {
  color: #1c1c1c;
}
.form-cont .gform_wrapper .gform_body .ginput_container input[type=text]::placeholder, .form-cont .gform_wrapper .gform_body .ginput_container textarea::placeholder {
  color: #1c1c1c;
}
.form-cont .gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  border-radius: 0.5rem;
  border: 0.2rem solid #D91F27;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 1.125rem;
  width: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 45em) {
  .form-cont .gform_wrapper .gform_footer input[type=submit] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.form-cont .gform_wrapper .gform_footer input[type=submit]:hover, .form-cont .gform_wrapper .gform_footer input[type=submit]:focus {
  background-color: #D91F27;
}

.gen-wrapper.is-page .post-177.main-content, .gen-wrapper.is-page .post-964.main-content {
  padding-bottom: 0rem;
  max-width: none;
}
.gen-wrapper.is-page .post-177.main-content .content-wrap, .gen-wrapper.is-page .post-964.main-content .content-wrap {
  padding-left: 0rem;
  padding-right: 0rem;
}
.gen-wrapper.is-page .post-177.main-content .content-wrap header, .gen-wrapper.is-page .post-964.main-content .content-wrap header {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.gen-wrapper.is-page .post-177.main-content .content-wrap header::before, .gen-wrapper.is-page .post-177.main-content .content-wrap header::after, .gen-wrapper.is-page .post-964.main-content .content-wrap header::before, .gen-wrapper.is-page .post-964.main-content .content-wrap header::after {
  display: table;
  content: " ";
}
.gen-wrapper.is-page .post-177.main-content .content-wrap header::after, .gen-wrapper.is-page .post-964.main-content .content-wrap header::after {
  clear: both;
}
.gen-wrapper.is-page .post-177 h1.entry-title, .gen-wrapper.is-page .post-964 h1.entry-title {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 45em) {
  .gen-wrapper.is-page .post-177 h1.entry-title, .gen-wrapper.is-page .post-964 h1.entry-title {
    margin-bottom: 3rem;
  }
}

.tab-nav-cont.facilities-page-nav ul.tabs li.tabs-title {
  width: 50%;
}
@media print, screen and (min-width: 45em) {
  .tab-nav-cont.facilities-page-nav ul.tabs li.tabs-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.tab-nav-cont.facilities-page-nav ul.tabs li.tabs-title.is-active .overlay-cont {
  background-color: rgba(217, 31, 39, 0.8);
}

.facilities-page-nav .tab-img-cont {
  position: relative;
}
.facilities-page-nav .tab-img-cont > a {
  display: block;
  position: relative;
  min-height: 13.75rem;
}
.facilities-page-nav .tab-img-cont .overlay-cont {
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.facilities-page-nav .tab-img-cont:hover .overlay-cont, .facilities-page-nav .tab-img-cont:focus .overlay-cont, .facilities-page-nav .tab-img-cont.active .overlay-cont {
  background-color: rgba(217, 31, 39, 0.8);
}
.facilities-page-nav .tab-img-cont .overlay h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 45em) {
  .facilities-page-nav .tab-img-cont .overlay h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .facilities-page-nav .tab-img-cont .overlay h2 {
    font-size: 2.5rem;
  }
}

.facilities > .row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.facilities .facility-content.hidden {
  display: none;
}
.facilities .facility-description h1 {
  margin-bottom: 2rem;
}
.facilities .facility-description p {
  float: left;
  padding-right: 2rem;
}
@media print, screen and (min-width: 64em) {
  .facilities .facility-description p {
    width: 35%;
  }
}
.facilities .facility-description ul {
  float: left;
  margin-left: 0rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .facilities .facility-description ul {
    -webkit-column-count: 3;
            column-count: 3;
    width: 65%;
  }
}
.facilities .facility-pictures {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 45em) {
  .facilities .facility-pictures > img {
    width: 25%;
  }
}
.facilities ul.facilities-tab-selector {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 60rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.facilities ul.facilities-tab-selector::before, .facilities ul.facilities-tab-selector::after {
  display: table;
  content: " ";
}
.facilities ul.facilities-tab-selector::after {
  clear: both;
}
.facilities ul.facilities-tab-selector li {
  width: 32%;
}
.facilities .facilities-tabs {
  background-color: #eaeaea;
  color: black;
}
.facilities .facilities-tabs > .row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.facilities .facilities-tabs h2 {
  margin-bottom: 1.5rem;
}
.facilities .facilities-tabs ul.feature-list {
  text-transform: none;
}
.facilities .facilities-tabs .additional-hall-information {
  font-weight: bold;
}
.facilities .facilities-tabs .two-column img {
  width: 100%;
}
.facilities .facilities-tabs .capacity-row table {
  border-spacing: 0rem;
}
.facilities .facilities-tabs .capacity-row table tbody {
  background-color: transparent;
}
.facilities .facilities-tabs .capacity-row table tbody tr {
  background-color: transparent;
}
.facilities .facilities-tabs .capacity-row table tbody tr th, .facilities .facilities-tabs .capacity-row table tbody tr td {
  border: 1px solid black;
}
.facilities .facilities-tabs .capacity-row table tbody tr th {
  text-align: left;
  background-color: #999898;
  font-size: 1.25rem;
  color: white;
}
.facilities .tabs-content.facility-page-tabs > .tabs-panel {
  background-color: #202020;
  color: white;
  padding-left: 0rem;
  padding-right: 0rem;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: 0s;
  transition: 0s;
  padding-bottom: 0rem;
  padding-top: 1rem;
}
@media print, screen and (min-width: 45em) {
  .facilities .tabs-content.facility-page-tabs > .tabs-panel {
    padding-top: 4rem;
  }
}

.post-300 h1.entry-title {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.support-flex-content {
  text-transform: none;
}
.support-flex-content > .row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 45em) {
  .support-flex-content .support-methods-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.support-flex-content .support-methods-flex .support-method-cont {
  color: white;
  font-family: "Oswald";
  padding: 1rem;
}
@media print, screen and (min-width: 45em) {
  .support-flex-content .support-methods-flex .support-method-cont {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 33.3333%;
    width: 33.3333%;
  }
}
.support-flex-content .support-methods-flex .support-method-cont .support-method {
  background-color: #D91F27;
  padding: 2rem;
  padding-bottom: 1rem;
  min-height: 10rem;
}
.support-flex-content .support-methods-flex .support-method-cont .support-method .label {
  text-transform: uppercase;
  font-size: 1.75rem;
  padding: 0rem;
  font-weight: 700;
  white-space: normal;
}
.support-flex-content .support-methods-flex .support-method-cont .support-method a {
  color: white;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-flex-content .support-methods-flex .support-method-cont .support-method a:hover {
  color: #801217;
}
@media print, screen and (min-width: 45em) {
  .support-flex-content .support-methods-flex .support-method-cont:first-child {
    padding-left: 0rem;
  }
  .support-flex-content .support-methods-flex .support-method-cont:last-child {
    padding-right: 0rem;
  }
}

.normal-grid-section {
  background-color: #000;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 45em) {
  .normal-grid-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.normal-grid-section .section-title {
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .normal-grid-section .section-title {
    font-size: 4rem;
  }
}
.normal-grid-section .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: -1.25rem;
  clear: both;
}
@media print, screen and (min-width: 45em) {
  .normal-grid-section .card-row {
    margin-top: -2rem;
  }
}
.normal-grid-section .card-row .card-col {
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 45em) {
  .normal-grid-section .card-row .card-col {
    margin-top: 2rem;
  }
}
.normal-grid-section .card-row .card-col .inner-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.normal-grid-section .card-row .card-col .inner-wrapper > * {
  position: relative;
  z-index: 2;
}
.normal-grid-section .card-row .card-col .inner-wrapper:hover .cover-image::before, .normal-grid-section .card-row .card-col .inner-wrapper:focus .cover-image::before, .normal-grid-section .card-row .card-col .inner-wrapper:active .cover-image::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.normal-grid-section .card-row .card-col .inner-wrapper:hover .content-and-button-wrapper .button, .normal-grid-section .card-row .card-col .inner-wrapper:focus .content-and-button-wrapper .button, .normal-grid-section .card-row .card-col .inner-wrapper:active .content-and-button-wrapper .button {
  background-color: #ae191f;
}
.normal-grid-section .card-row .card-col .inner-wrapper .cover-image {
  position: absolute;
  inset: 0;
}
.normal-grid-section .card-row .card-col .inner-wrapper .cover-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.normal-grid-section .card-row .card-col .inner-wrapper .content-and-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 6.25rem 1.5rem 1.5rem;
}
@media print, screen and (min-width: 45em) {
  .normal-grid-section .card-row .card-col .inner-wrapper .content-and-button-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 7.8125rem 2rem 2rem;
  }
}
.normal-grid-section .card-row .card-col .inner-wrapper .content-and-button-wrapper .title {
  color: #D9A838;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: normal;
}
@media print, screen and (min-width: 45em) {
  .normal-grid-section .card-row .card-col .inner-wrapper .content-and-button-wrapper .title {
    font-size: 2.375rem;
  }
}
.normal-grid-section .card-row .card-col .inner-wrapper .content-and-button-wrapper .sub-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media print, screen and (min-width: 45em) {
  .normal-grid-section .card-row .card-col .inner-wrapper .content-and-button-wrapper .sub-title {
    font-size: 1.3125rem;
  }
}
.normal-grid-section .card-row .card-col .inner-wrapper .content-and-button-wrapper .button {
  font-size: 1.125rem;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 4.5625rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 45em) {
  .normal-grid-section .card-row .card-col .inner-wrapper .content-and-button-wrapper .button {
    margin-top: 5.75rem;
  }
}

.search-form-section {
  background-color: #D9A838;
  padding-top: 2.6875rem;
  padding-bottom: 2.6875rem;
}
.search-form-section .section-title {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 45em) {
  .search-form-section .section-title {
    font-size: 2.375rem;
    margin-bottom: 0;
  }
}

.masonry-grid-section {
  background-color: #490D0D;
  padding-top: 2.5rem;
}
@media print, screen and (min-width: 45em) {
  .masonry-grid-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.masonry-grid-section .section-title {
  font-size: 3.125rem;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 45em) {
  .masonry-grid-section .section-title {
    font-size: 4rem;
    margin-bottom: 3.5rem;
  }
}
.masonry-grid-section .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
}
.masonry-grid-section .content-row .card-col {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 44.9375em) {
  .masonry-grid-section .content-row .card-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 45em) {
  .masonry-grid-section .content-row .card-col {
    margin-bottom: 2rem;
  }
}
.masonry-grid-section .content-row .card-col .inner-wrapper {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.masonry-grid-section .content-row .card-col .inner-wrapper > * {
  position: relative;
  z-index: 2;
}
.masonry-grid-section .content-row .card-col .inner-wrapper:hover .cover-image::before, .masonry-grid-section .content-row .card-col .inner-wrapper:focus .cover-image::before, .masonry-grid-section .content-row .card-col .inner-wrapper:active .cover-image::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.masonry-grid-section .content-row .card-col .inner-wrapper:hover .content-wrapper .button, .masonry-grid-section .content-row .card-col .inner-wrapper:focus .content-wrapper .button, .masonry-grid-section .content-row .card-col .inner-wrapper:active .content-wrapper .button {
  background-color: #ae191f;
}
.masonry-grid-section .content-row .card-col .inner-wrapper:hover .content-wrapper .button.has-icon, .masonry-grid-section .content-row .card-col .inner-wrapper:focus .content-wrapper .button.has-icon, .masonry-grid-section .content-row .card-col .inner-wrapper:active .content-wrapper .button.has-icon {
  color: #D91F27;
  background-color: transparent;
}
.masonry-grid-section .content-row .card-col .inner-wrapper:hover .content-wrapper .button.has-icon .icon, .masonry-grid-section .content-row .card-col .inner-wrapper:focus .content-wrapper .button.has-icon .icon, .masonry-grid-section .content-row .card-col .inner-wrapper:active .content-wrapper .button.has-icon .icon {
  padding-left: 0;
  -webkit-transform: translateX(0.25rem);
      -ms-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.masonry-grid-section .content-row .card-col .inner-wrapper .cover-image {
  position: absolute;
  inset: 0;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .cover-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .logo-wrapper {
  background-color: #000;
  margin-bottom: 5.4375rem;
  padding: 1rem;
  width: -webkit-fit-content;
  width: fit-content;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .logo-wrapper .logo {
  max-width: 7.5rem;
}
@supports (aspect-ratio: 1) {
  .masonry-grid-section .content-row .card-col .inner-wrapper .logo-wrapper .logo {
    aspect-ratio: 120/47;
  }
}
@supports not (aspect-ratio: 1) {
  .masonry-grid-section .content-row .card-col .inner-wrapper .logo-wrapper .logo {
    overflow: hidden;
    height: 0;
    padding-top: calc(47 / 120 * 100%);
  }
  .masonry-grid-section .content-row .card-col .inner-wrapper .logo-wrapper .logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.masonry-grid-section .content-row .card-col .inner-wrapper .logo-wrapper .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .content-wrapper .title-and-sub-title-wrapper .title {
  color: #D9A838;
  font-weight: 500;
  letter-spacing: normal;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .content-wrapper .title-and-sub-title-wrapper .sub-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .content-wrapper .button {
  font-size: 1.125rem;
  font-family: "Oswald", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 0;
  letter-spacing: normal;
  width: -webkit-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.3s, padding 0.3s;
  transition: background-color 0.3s, padding 0.3s;
}
.masonry-grid-section .content-row .card-col .inner-wrapper .content-wrapper .button.has-icon {
  padding-left: 0;
}
.masonry-grid-section .content-row .card-col.six-col-width .inner-wrapper .content-wrapper {
  padding: 0 2.5rem 2.5rem 2.5rem;
}
@media print, screen and (min-width: 45em) {
  .masonry-grid-section .content-row .card-col.six-col-width .inner-wrapper .content-wrapper {
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
}
.masonry-grid-section .content-row .card-col.six-col-width .inner-wrapper .content-wrapper .title-and-sub-title-wrapper .title {
  font-size: 3.125rem;
}
.masonry-grid-section .content-row .card-col.six-col-width .inner-wrapper .content-wrapper .title-and-sub-title-wrapper .sub-title {
  font-size: 1.75rem;
}
.masonry-grid-section .content-row .card-col.three-col-width .inner-wrapper .content-wrapper {
  padding: 1rem 0 0 0;
}
@media print, screen and (min-width: 45em) {
  .masonry-grid-section .content-row .card-col.three-col-width .inner-wrapper .content-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.masonry-grid-section .content-row .card-col.three-col-width .inner-wrapper .content-wrapper .title-and-sub-title-wrapper {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.masonry-grid-section .content-row .card-col.three-col-width .inner-wrapper .content-wrapper .title-and-sub-title-wrapper .title {
  font-size: 1.75rem;
  word-break: break-word;
}
@media print, screen and (min-width: 45em) {
  .masonry-grid-section .content-row .card-col.three-col-width .inner-wrapper .content-wrapper .title-and-sub-title-wrapper .title {
    font-size: 2.375rem;
  }
}
.masonry-grid-section .content-row .card-col.three-col-width .inner-wrapper .content-wrapper .button.has-icon {
  margin-top: 12.5rem;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (max-width: 63.9375em) {
  .masonry-grid-section .content-row .card-col.three-col-width .inner-wrapper .content-wrapper .button.has-icon {
    margin-top: 4.875rem;
  }
}
@media screen and (max-width: 44.9375em) {
  .masonry-grid-section .content-row .card-col.three-col-width .inner-wrapper .content-wrapper .button.has-icon {
    border-radius: 0;
    padding-left: 0.5rem;
    text-align: left;
    width: 100%;
  }
}
/*# sourceMappingURL=foundation.css.map */
